From b6b98f6cb1b61c9d88a36bb48c6e8e89d0d371bb Mon Sep 17 00:00:00 2001 From: Trevor <25140503+trevnels@users.noreply.github.com> Date: Mon, 26 Feb 2024 10:20:59 -0500 Subject: [PATCH] Revert that --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 91a0dd0..43922ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,5 +29,6 @@ jobs: uses: blue-build/github-action@v1.1.0 with: recipe: ${{ matrix.recipe }} + cosign_private_key: ${{ secrets.SIGNING_SECRET }} registry_token: ${{ github.token }} pr_event_number: ${{ github.event.number }}