Skip to content

Commit 2d62a44

Browse files
committed
ci(release): use OCTOKITBOT_NPM_TOKEN org secret for npm publish
1 parent 50626e5 commit 2d62a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- run: npx semantic-release
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
24+
NPM_TOKEN: ${{ secrets.OCTOKITBOT_NPM_TOKEN }}

0 commit comments

Comments
 (0)