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 891072e commit 238f759Copy full SHA for 238f759
.github/workflows/site.yaml
@@ -80,7 +80,7 @@ jobs:
80
- name: ☁️ Deploy to GitHub Pages
81
uses: peaceiris/actions-gh-pages@v4
82
with:
83
- deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
+ deploy_key: ${{ secrets.GITHUB_TOKEN }}
84
publish_dir: ./site/build
85
user_name: github-actions[bot]
86
user_email: 41898282+github-actions[bot]@users.noreply.github.com
0 commit comments