Skip to content

Commit

Permalink
Fix goreleaser permissions (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophetd authored Nov 27, 2023
1 parent 5dd9ea0 commit 01e7211
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ defaults:
working-directory: ./v2

permissions:
contents: read
contents: write
pull-requests: write

jobs:
goreleaser:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423
Expand Down

0 comments on commit 01e7211

Please sign in to comment.