Skip to content

Commit 0940de0

Browse files
committed
oops p4
1 parent 1480d1b commit 0940de0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: pnpm build
2020
- uses: peaceiris/actions-gh-pages@v4
2121
with:
22-
github_token: ${{ secrets.GITHUB_TOKEN }}
22+
personal_token: ${{ secrets.GH_TOKEN }}
2323
publish_dir: ./dist
2424
force_orphan: true
2525
commit_message: "Deploy Astro site to GitHub Pages"

0 commit comments

Comments
 (0)