Skip to content

Commit

Permalink
Merge pull request #9 from NBISweden/ga_goreleaser_permissions_fix
Browse files Browse the repository at this point in the history
Changed permissions for release workflow
  • Loading branch information
pontus authored Jan 10, 2025
2 parents f5fddfb + 7610a5c commit e533ed9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ permissions: {}
jobs:
goreleaser:
permissions:
contents: read
packages: write
# To report GitHub Actions status checks
statuses: write
contents: write

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e533ed9

Please sign in to comment.