Skip to content

Commit bbdd4c8

Browse files
authored
Merge pull request #22 from ThalesGroup/fix_deploy_gh_page
Use GITHUB_TOKEN secret to push pages
2 parents 7fb99ab + ec7e951 commit bbdd4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
uses: peaceiris/actions-gh-pages@v3
2323
if: github.ref == 'refs/heads/main'
2424
with:
25-
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
25+
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
publish_branch: gh-pages
2727
publish_dir: ./docs/build

0 commit comments

Comments
 (0)