Skip to content

Commit af718d1

Browse files
CopilotPhenX
andcommitted
Fix: Use personal_token instead of github_token for external repo deployment
Co-authored-by: PhenX <[email protected]>
1 parent f2541e1 commit af718d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Deploy to GitHub Pages
4545
uses: peaceiris/actions-gh-pages@v4
4646
with:
47-
github_token: ${{ secrets.GITHUB_TOKEN }}
47+
personal_token: ${{ secrets.GH_PAT }}
4848
publish_dir: ./docs-website/.vitepress/dist
4949
external_repository: fluentmigrator/fluentmigrator.github.io
5050
publish_branch: main

0 commit comments

Comments
 (0)