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 238f759 commit 28c37a0Copy full SHA for 28c37a0
.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.GITHUB_TOKEN }}
+ github_token: ${{ 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