Skip to content

Commit 6a9b8a7

Browse files
authored
Update NPM authentication token in workflow
1 parent c9eeca9 commit 6a9b8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-latest-elsa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146

147147
- run: npm publish *.tgz
148148
env:
149-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
149+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_2x }}
150150

151151
publish_nuget_preview:
152152
name: Publish Nuget (Preview)

0 commit comments

Comments
 (0)