Skip to content

Commit

Permalink
add reusable workflow
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed May 15, 2024
1 parent 8d6b794 commit 02ad7bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/attest-reusable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on:
workflow_call:

jobs:
attest-reusable:
runs-on: ubuntu-latest
steps:
- name: Attest Build Provenance
uses: actions/[email protected]
with:
subject-path: foo.txt
3 changes: 3 additions & 0 deletions .github/workflows/attest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ jobs:
uses: actions/[email protected]
with:
subject-path: foo.txt

attest-reusable:
uses: ./.github/workflows/attest-reusable.yml

0 comments on commit 02ad7bf

Please sign in to comment.