Skip to content

Commit

Permalink
PMM-7 Fix goreleaser permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Dec 5, 2024
1 parent 91aa96d commit 1e9026b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ on:

permissions:
contents: read
packages: write

jobs:
goreleaser:
permissions:
contents: write # for goreleaser/goreleaser-action to create a GitHub release
packages: write
attestations: write
id-token: write
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 1e9026b

Please sign in to comment.