Skip to content

Commit

Permalink
DEPLOY_TOKEN -> GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
montezdesousa committed Jun 24, 2024
1 parent 1e3cb77 commit 1cd1fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
github.event.pull_request.merged == true &&
github.event.pull_request.base.ref == 'main')
with:
github_token: ${{ secrets.DEPLOY_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
# The following lines assign commit authorship to the official
# GH-Actions bot for deploys to `gh-pages` branch:
Expand Down

0 comments on commit 1cd1fff

Please sign in to comment.