diff --git a/.github/workflows/attest.yml b/.github/workflows/attest.yml new file mode 100644 index 00000000..aba7145e --- /dev/null +++ b/.github/workflows/attest.yml @@ -0,0 +1,9 @@ +name: Verify Commits with Yubikey Attestation + +on: + pull_request: + +jobs: + call-verify-commits-workflow: + uses: ava-labs/yubikey-attestation/.github/workflows/verify-attestation.yml@main + secrets: inherit