Skip to content

Commit

Permalink
change goreleaser permissions to contents:write only
Browse files Browse the repository at this point in the history
  • Loading branch information
sloloris committed Dec 10, 2024
1 parent 15fe79f commit 1812c3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ release-package ]
permissions:
contents: read
pull-requests: write
contents: write
if: ${{ needs.release-package.outputs.upload-tag-name != ''}}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down

0 comments on commit 1812c3e

Please sign in to comment.