Skip to content

Commit

Permalink
Merge pull request #183 from bessagroup/ghpages-token
Browse files Browse the repository at this point in the history
gh pages token
  • Loading branch information
mpvanderschelling committed Oct 7, 2023
2 parents 847d50b + 43f3b63 commit 3e0ecd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_to_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GHPAGES_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/html
force_orphan: false
build-package:
Expand Down

0 comments on commit 3e0ecd9

Please sign in to comment.