Skip to content

Commit

Permalink
Fix attestation permissions for sharded linux builds (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Jan 14, 2025
1 parent 9023b79 commit 722eb60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,10 @@ jobs:
- generate-matrix
- pythonbuild
- image
# Permissions used for actions/attest-build-provenance
permissions:
id-token: write
attestations: write
runs-on: ${{ matrix.runner }}
strategy:
matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix-1) }}
Expand Down

0 comments on commit 722eb60

Please sign in to comment.