diff --git a/.github/workflows/api_inference_generate_documentation.yml b/.github/workflows/api_inference_generate_documentation.yml index 06e24c1d0..f648412d4 100644 --- a/.github/workflows/api_inference_generate_documentation.yml +++ b/.github/workflows/api_inference_generate_documentation.yml @@ -43,9 +43,8 @@ jobs: uses: peter-evans/create-pull-request@v7 with: path: ./hub-docs - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.TOKEN_INFERENCE_SYNC_BOT }} commit-message: Update API inference documentation (automated) - author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com> branch: update-api-inference-docs-automated-pr delete-branch: true title: "[Bot] Update API inference documentation"