We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c998f commit 109d96dCopy full SHA for 109d96d
.github/workflows/site_deploy.yaml
@@ -45,7 +45,7 @@ jobs:
45
- name: ☁️ Deploy to GitHub Pages
46
uses: peaceiris/actions-gh-pages@v4
47
with:
48
- deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
49
publish_dir: ./site/build
50
user_name: github-actions[bot]
51
user_email: 41898282+github-actions[bot]@users.noreply.github.com
0 commit comments