We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1480d1b commit 0940de0Copy full SHA for 0940de0
1 file changed
.github/workflows/build-and-deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
- run: pnpm build
20
- uses: peaceiris/actions-gh-pages@v4
21
with:
22
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ personal_token: ${{ secrets.GH_TOKEN }}
23
publish_dir: ./dist
24
force_orphan: true
25
commit_message: "Deploy Astro site to GitHub Pages"
0 commit comments