Skip to content

Commit

Permalink
fix: Update workflows to use PAT instead of github.token
Browse files Browse the repository at this point in the history
  • Loading branch information
luandro committed Sep 6, 2024
1 parent 3a88b5c commit 5cb1a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-and-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ runs:
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ github.token }}
personal_token: ${{ secrets.GH_PAT }}
publish_dir: ./dist
publish_branch: gh-pages

0 comments on commit 5cb1a10

Please sign in to comment.