Skip to content

Commit 3106a4d

Browse files
committed
ci: gh_token name fix
1 parent 5c2dd31 commit 3106a4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: npm run build
3131
- name: Publish library
3232
env:
33-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3535
run: |
3636
git config --global user.name "Github Actions"

0 commit comments

Comments
 (0)