Skip to content

Commit

Permalink
Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
kouak committed Jun 26, 2024
1 parent 8b4c7a3 commit 43a8c5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
contents: write
packages: write
pull-requests: write
issues: read
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 43a8c5b

Please sign in to comment.