Skip to content

Commit

Permalink
Give permission to update releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Nov 11, 2024
1 parent 8969fa2 commit e3190e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ concurrency:
cancel-in-progress: true

permissions: # needed for tox.yml workflow
checks: read
contents: read
checks: write
contents: write # needed to update release
id-token: write
packages: write
pull-requests: write
Expand Down

0 comments on commit e3190e1

Please sign in to comment.