Skip to content

Commit

Permalink
added personal access token
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhold committed Nov 9, 2023
1 parent 7595d30 commit 99202a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
publish_dir: ./build # Specify the directory you want to publish
publish_branch: gh-pages # The target branch
keep_files: false # Set to false to remove existing files in gh-pages branch

0 comments on commit 99202a5

Please sign in to comment.