There was an error while loading. Please reload this page.
1 parent 5c2dd31 commit 3106a4dCopy full SHA for 3106a4d
1 file changed
.github/workflows/npm.yml
@@ -30,7 +30,7 @@ jobs:
30
run: npm run build
31
- name: Publish library
32
env:
33
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
35
run: |
36
git config --global user.name "Github Actions"
0 commit comments