Skip to content

Commit

Permalink
Merge: Add workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Scienfitz authored Sep 3, 2024
2 parents c2dd164 + 9298106 commit 4f65c7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
concurrency:
group: ${{ github.event_name }}_${{ github.ref_name }}

permissions:
contents: read
id-token: write

jobs:
# Build and verify wheels
build:
Expand Down

0 comments on commit 4f65c7e

Please sign in to comment.