diff --git a/.github/workflows/gen-docs.yml b/.github/workflows/gen-docs.yml index 1ac0276e..c45e9d77 100644 --- a/.github/workflows/gen-docs.yml +++ b/.github/workflows/gen-docs.yml @@ -36,6 +36,8 @@ jobs: - name: Checkout Code uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 #v4 - name: Push GH Pages + env: + GH_TOKEN: ${{ github.token }} run: | SHORT_SHA=$(git rev-parse --short $GITHUB_SHA) git config pull.rebase false