Skip to content

Commit b684a0f

Browse files
authored
use NPM_TOKEN_ELEVATED (#7)
1 parent c6d1244 commit b684a0f

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
@@ -34,4 +34,4 @@ jobs:
3434
- name: Publish to npm
3535
run: pnpm publish --access public --no-git-checks
3636
env:
37-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }}

0 commit comments

Comments
 (0)