Skip to content

Commit ead3c33

Browse files
committed
Copier Template: Github Workflows: releaser: Add 'attestations' permission for the job that publishes to Github. (Not sure how this slipped through earlier testing.)
1 parent 905ff11 commit ead3c33

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/releaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
# --- END: Injected by Copier ---
9090
runs-on: ubuntu-latest
9191
permissions:
92+
attestations: write
9293
contents: write
9394
id-token: write
9495
steps:

template/.github/workflows/releaser.yaml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ jobs:
157157
# --- END: Injected by Copier ---
158158
runs-on: ubuntu-latest
159159
permissions:
160+
attestations: write
160161
contents: write
161162
id-token: write
162163
steps:

0 commit comments

Comments
 (0)