Skip to content

Commit

Permalink
Add missing permissions to release job
Browse files Browse the repository at this point in the history
  • Loading branch information
christophetd authored Nov 28, 2023
1 parent fb641a4 commit 04c5136
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ on:
- "v*"

permissions:
contents: read

contents: write
pull-requests: write

jobs:
goreleaser:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 04c5136

Please sign in to comment.