add token to env in workflow

This commit is contained in:
Sorrel Bri 2020-05-25 18:26:30 -07:00
parent c118f0e470
commit 24ec43385e

View file

@ -28,4 +28,6 @@ jobs:
- name: Test
run: npm run test
- name: Deploy
run: npm run deploy ${{ secrets.GITHUB_TOKEN }}
run: npm run deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_EPG_BOT_TOKEN }}