Skip to content

Commit

Permalink
specifying token tbd
Browse files Browse the repository at this point in the history
  • Loading branch information
airinterface committed May 30, 2024
1 parent 4764802 commit 6e65e87
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 @@ -32,7 +32,7 @@ jobs:
# below accordingly.
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./build
publish_branch: gh-pages
allow_empty_commit: true
Expand Down

0 comments on commit 6e65e87

Please sign in to comment.