web-deploy: set secret

master
Sameer Puri 4 years ago
parent 7c7cff142b
commit cd1675f42d

@ -40,5 +40,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/master'
with: with:
github_token: $ github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./web/dist publish_dir: ./web/dist
Loading…
Cancel
Save