Skip to content

Commit

Permalink
add token to deploy to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
CORBIERE Sebastien committed Feb 25, 2024
1 parent a552c9c commit 8fa5bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ jobs:
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.
token: ${{ secrets.DEPLOY_TOKEN }} # Use the PAT for authentication

0 comments on commit 8fa5bc4

Please sign in to comment.