Skip to content

Commit

Permalink
add new GH_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
houstonhaynes committed Feb 15, 2025
1 parent c8825e8 commit b4545b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Deploy docs
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.GITHUB_TOKEN }}
personal_token: ${{ secrets.GH_PAT }}
publish_dir: ./output
publish_branch: gh-pages
force_orphan: true
Expand Down

0 comments on commit b4545b4

Please sign in to comment.