Skip to content

Commit f7e362c

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/site/react-19.1.1
2 parents ab64ca2 + 109d96d commit f7e362c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/site_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: ☁️ Deploy to GitHub Pages
4646
uses: peaceiris/actions-gh-pages@v4
4747
with:
48-
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
48+
github_token: ${{ secrets.GITHUB_TOKEN }}
4949
publish_dir: ./site/build
5050
user_name: github-actions[bot]
5151
user_email: 41898282+github-actions[bot]@users.noreply.github.com

0 commit comments

Comments
 (0)