Skip to content

Commit 722eb60

Browse files
authored
Fix attestation permissions for sharded linux builds (#498)
1 parent 9023b79 commit 722eb60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,10 @@ jobs:
257257
- generate-matrix
258258
- pythonbuild
259259
- image
260+
# Permissions used for actions/attest-build-provenance
261+
permissions:
262+
id-token: write
263+
attestations: write
260264
runs-on: ${{ matrix.runner }}
261265
strategy:
262266
matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix-1) }}

0 commit comments

Comments
 (0)