Updated deploy action to use actions user

According to https://github.com/tschaub/gh-pages
This commit is contained in:
Przemek Więch 2021-11-29 23:37:18 +01:00
parent ef2b689967
commit 2902a2f455

View File

@ -17,6 +17,6 @@ jobs:
- run: npm run build
- run: npm test
- run: npm run cy:start-and-run
- run: npm run deploy
- run: npm run deploy -- -u "github-actions-bot <support+actions@github.com>"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}