Skip to content

Commit

Permalink
chore: Use permissions write-all for release CI (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker authored Sep 7, 2024
1 parent 0b6bbb7 commit 6b06153
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
permissions: write-all
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 6b06153

Please sign in to comment.