Skip to content

add reusable workflow #2

add reusable workflow

add reusable workflow #2

Workflow file for this run

name: attest in various ways
on:
push:
permissions:
id-token: write
attestations: write
contents: read
jobs:
attest-direct:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Attest Build Provenance
uses: actions/[email protected]
with:
subject-path: foo.txt
attest-reusable:
uses: ./.github/workflows/attest-reusable.yml