Skip to content

Commit

Permalink
artifact name output in reusable workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Elzner <[email protected]>
  • Loading branch information
enteraga6 authored Jul 11, 2023
1 parent cb6803e commit 3ca1821
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/builder_bazel_slsa3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ on:
When run on a `pull_request` trigger, attestations are not signed and have an ".intoto" extension.
When run on other triggers, attestations are signed and have an "intoto.sigstore" extension.
value: ${{ jobs.slsa-run.outputs.attestations-download-name }}

binaries-download-name:
description: "The name of binaries folder to download"
value: ${{ fromJSON(jobs.slsa-run.outputs.build-artifacts-outputs).binaries-download-name }}

jobs:
slsa-setup:
Expand Down

0 comments on commit 3ca1821

Please sign in to comment.