Skip to content

Commit

Permalink
use github secret token
Browse files Browse the repository at this point in the history
  • Loading branch information
zvoverman committed Aug 28, 2024
1 parent 9dfa6a7 commit f7e9965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ jobs:
- name: Deploy to GitHub Pages 🚀
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages # The branch the action should deploy to.
folder: build/web # The folder the action should deploy.

0 comments on commit f7e9965

Please sign in to comment.