Skip to content

Commit

Permalink
fix ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Wauplin committed Nov 15, 2024
1 parent c6a7b8e commit 218709a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update-inference-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,9 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
path: ./huggingface_hub
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.TOKEN_INFERENCE_SYNC_BOT }}
commit-message: Update inference types (automated commit)
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
branch: update-inferene-types-automated-pr
branch: update-inference-types-automated-pr
delete-branch: true
title: "[Bot] Update inference types"
body: |
Expand Down

0 comments on commit 218709a

Please sign in to comment.