Skip to content

Commit

Permalink
ci: add missing permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Jun 20, 2024
1 parent 73ff46c commit 5de406b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
attestations: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 5de406b

Please sign in to comment.