Skip to content

Commit

Permalink
Fix CI workflow permissions (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustycl0ck committed Jan 17, 2024
1 parent f55fd10 commit 26b2d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
create-release:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
pull-requests: write
steps:
- name: Checkout
Expand Down

0 comments on commit 26b2d6e

Please sign in to comment.