From 57d47dee48f25c69ecdf7abf7c918476c46b68f7 Mon Sep 17 00:00:00 2001 From: Tony Moulton Date: Wed, 10 Apr 2024 14:02:43 -0700 Subject: [PATCH] Added attestation workflow --- .github/workflows/attest.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/attest.yml 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