Skip to content

Commit

Permalink
add perms
Browse files Browse the repository at this point in the history
  • Loading branch information
Wauplin committed Nov 15, 2024
1 parent 365433e commit c6a7b8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-inference-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ concurrency:
group: update-inference-types
cancel-in-progress: true

permissions:
contents: write # Allow modifications on repo (to create a branch)
pull-requests: write # Allow PR creation

jobs:
pull_request:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c6a7b8e

Please sign in to comment.