We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70351f1 commit 8192a91Copy full SHA for 8192a91
1 file changed
.github/workflows/webpack.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Build
26
env:
27
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
28
run: |
29
npm install
30
npm run build
0 commit comments