Skip to content

Commit 7dad083

Browse files
committed
fix(ci): use personal_token for PAT-based gh-pages deploy
1 parent b021535 commit 7dad083

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Deploy
3030
uses: peaceiris/actions-gh-pages@v4
3131
with:
32-
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
32+
personal_token: ${{ secrets.ACTIONS_DEPLOY_KEY }}
3333
publish_dir: ./build
3434
publish_branch: gh-pages
3535
force_orphan: true

0 commit comments

Comments
 (0)