diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 4631bc65b38..9d1fa66ccb5 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -25,6 +25,6 @@ jobs: - name: Deploy Documentation uses: peaceiris/actions-gh-pages@v3 with: - deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages publish_dir: ./target/doc