Skip to content

Commit

Permalink
fix(ci): give release workflow content write permissions to publish r…
Browse files Browse the repository at this point in the history
…elease
  • Loading branch information
RouxAntoine committed Dec 22, 2024
1 parent b56cea8 commit 66fd875
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ on:
- 'v*.*.*'
jobs:
goreleaser:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 66fd875

Please sign in to comment.