Skip to content

Commit

Permalink
ci: try allowing all write perms
Browse files Browse the repository at this point in the history
  • Loading branch information
defanator committed Oct 14, 2024
1 parent d2e4382 commit 87248c0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
contents: write
permissions: write-all
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 87248c0

Please sign in to comment.