Skip to content

Commit 513f3e7

Browse files
authored
Update webpack.yml
add GITHUB_TOKEN
1 parent 0118495 commit 513f3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/webpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Build
2626
env:
27-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
2828
run: |
2929
npm install
3030
npm run build

0 commit comments

Comments
 (0)