diff --git a/.github/workflows/update_documentation.yml b/.github/workflows/update_documentation.yml index e7e62d553..a0419ff03 100644 --- a/.github/workflows/update_documentation.yml +++ b/.github/workflows/update_documentation.yml @@ -57,4 +57,6 @@ jobs: git config user.name "GitHub Actions" git add * -f git commit -m "Update documentation" - git push origin HEAD:gh-pages \ No newline at end of file + git push origin HEAD:gh-pages + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file