add token to env in workflow
This commit is contained in:
parent
c118f0e470
commit
24ec43385e
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -28,4 +28,6 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: npm run test
|
run: npm run test
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: npm run deploy ${{ secrets.GITHUB_TOKEN }}
|
run: npm run deploy
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_EPG_BOT_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue