Skip to content

Commit

Permalink
Update GitHub Actions to use PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratangulati committed Jul 2, 2024
1 parent d95867b commit eee7d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
github_token: ${{ secrets.GH_PAT }}
publish_dir: ./dist

0 comments on commit eee7d50

Please sign in to comment.