We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453d825 commit e5453fdCopy full SHA for e5453fd
.github/workflows/api_inference_generate_documentation.yml
@@ -43,9 +43,8 @@ jobs:
43
uses: peter-evans/create-pull-request@v7
44
with:
45
path: ./hub-docs
46
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.TOKEN_INFERENCE_SYNC_BOT }}
47
commit-message: Update API inference documentation (automated)
48
- author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
49
branch: update-api-inference-docs-automated-pr
50
delete-branch: true
51
title: "[Bot] Update API inference documentation"
0 commit comments