Skip to content

Commit 4747a3e

Browse files
Update publish-decision-spec-packages.yml
1 parent 3920218 commit 4747a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-decision-spec-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
name: Publish Package to NPM
6969
env:
7070
NPM_REGISTRY: registry.npmjs.org
71-
NPM_SECRET: ${{ secrets.NPM_TOKEN }}
71+
NPM_SECRET: ${{ secrets.NPM_KEVELTRON_TOKEN }}
7272
working-directory: ${{ env.WORKINGDIRECTORY_DECISION }}
7373
run: |
7474
echo "Publishing tag ${GITHUB_REF_NAME} to ${NPM_REGISTRY}."

0 commit comments

Comments
 (0)