Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Updated token name
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreniche committed Aug 25, 2023
1 parent 5c5bd79 commit 79a771d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GH_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: ./build

0 comments on commit 79a771d

Please sign in to comment.