Skip to content

Commit 08f765c

Browse files
committed
fix: use correct NPM token secret name for authentication
1 parent a8a1c6a commit 08f765c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Publish packages to NPM
8787
run: pnpm --recursive publish --no-git-checks
8888
env:
89-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
89+
NODE_AUTH_TOKEN: ${{ secrets.NPM_OSS_AUTOMATION_TOKEN }}
9090

9191
- name: Push changes to repository
9292
run: |

0 commit comments

Comments
 (0)