From 67cfa5c47607edda04fc6dec77762edeaf702b93 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Wed, 27 Dec 2023 13:06:58 -0700 Subject: [PATCH] fix(test-actions): Pass cosign.pub --- .github/workflows/test-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-actions.yml b/.github/workflows/test-actions.yml index 7bd9d49..6b5e5a9 100644 --- a/.github/workflows/test-actions.yml +++ b/.github/workflows/test-actions.yml @@ -132,6 +132,7 @@ jobs: uses: ./verify with: containers: ${{ matrix.image_name }} + pubkey: ./cosign.pub registry: ghcr.io/${{ github.repository_owner }} - name: Echo outputs