Skip to content

Commit a338537

Browse files
committed
updates token env name
1 parent a608374 commit a338537

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
@@ -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)