Added GITHUB_TOKEN to deploy action

This commit is contained in:
Przemek Więch 2021-11-29 23:23:21 +01:00
parent 7e8bcf16d9
commit ef2b689967

View File

@ -18,3 +18,5 @@ jobs:
- run: npm test
- run: npm run cy:start-and-run
- run: npm run deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}