Skip to content

Commit f334f12

Browse files
committed
fix: update secret names in workflow
1 parent 12966c9 commit f334f12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626

2727
- name: Semantic Release
2828
env:
29-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
29+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
30+
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
3131
run: npx semantic-release

0 commit comments

Comments
 (0)