Skip to content

Commit

Permalink
ci: play with perms again
Browse files Browse the repository at this point in the history
  • Loading branch information
defanator committed Oct 14, 2024
1 parent c382678 commit d2e4382
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
contents: read
contents: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d2e4382

Please sign in to comment.