Skip to content

Commit 347b439

Browse files
committed
ci: try to fix npm auth
1 parent 49c39a9 commit 347b439

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
run: npm run build
3131
- name: Publish library
3232
env:
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
34+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
3435
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3536
run: |
3637
npm run semantic-release

0 commit comments

Comments
 (0)