Skip to content

Commit

Permalink
Update token
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatnghiho authored Aug 22, 2023
1 parent af7da8d commit a57099d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_BOT_FINE_GRAINED_TOKEN }}
BRANCH: gh-pages
FOLDER: build
CLEAN: true
Expand Down

0 comments on commit a57099d

Please sign in to comment.