Skip to content

Commit

Permalink
🧪 Experiment with new attestation action
Browse files Browse the repository at this point in the history
This attempts to enable attestation on the output artifacts from the
`bundle` workflow.
  • Loading branch information
bitwizeshift committed May 7, 2024
1 parent 25e162c commit 825613c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ jobs:
profile: ${{ steps.select.outputs.profile }}
path: ${{ matrix.renderer }}-example

- name: Attest Provenance
id: provenance
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ inputs.artifact-prefix }}${{ steps.bundle.outputs.artifact_name }}
subject-path: ${{ steps.bundle.outputs.artifact_path }}

- name: Upload Bundle Artifact
id: upload
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 825613c

Please sign in to comment.