Skip to content

Commit 28c37a0

Browse files
fix: deploy gh page token (#1327)
1 parent 238f759 commit 28c37a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: ☁️ Deploy to GitHub Pages
8181
uses: peaceiris/actions-gh-pages@v4
8282
with:
83-
deploy_key: ${{ secrets.GITHUB_TOKEN }}
83+
github_token: ${{ secrets.GITHUB_TOKEN }}
8484
publish_dir: ./site/build
8585
user_name: github-actions[bot]
8686
user_email: 41898282+github-actions[bot]@users.noreply.github.com

0 commit comments

Comments
 (0)