Skip to content

Commit 1e9026b

Browse files
committed
PMM-7 Fix goreleaser permissions.
1 parent 91aa96d commit 1e9026b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ on:
1010

1111
permissions:
1212
contents: read
13-
packages: write
1413

1514
jobs:
1615
goreleaser:
1716
permissions:
1817
contents: write # for goreleaser/goreleaser-action to create a GitHub release
18+
packages: write
19+
attestations: write
20+
id-token: write
1921
runs-on: ubuntu-latest
2022
steps:
2123
- name: Checkout

0 commit comments

Comments
 (0)