Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,11 @@ jobs:

runs-on: ubuntu-latest

permissions:
contents: write
id-token: write # needed for actions/attest-build-provenance
attestations: write

steps:
- uses: actions/checkout@v6

Expand Down Expand Up @@ -666,6 +671,11 @@ jobs:
- name: Create archive of benchmark reports
run: tar czf tmp.benchmark-reports.tar.gz tmp.benchmark-report.*

- name: Attest build provenance
uses: actions/attest-build-provenance@v2
with:
subject-path: ./tmp.benchmark-reports.tar.gz

- name: Upload benchmark reports
uses: actions/upload-release-asset@v1.0.2
env:
Expand Down
Loading