From 51f978ac726b11e986fdc14299257b87160a5c47 Mon Sep 17 00:00:00 2001 From: ZeldaZach Date: Sun, 29 Jun 2025 23:19:22 -0400 Subject: [PATCH] Support GH Token in binary attestation step (pt2) --- .github/workflows/desktop-build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 33aa4e8a1..63e45d9fe 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -216,6 +216,8 @@ jobs: - name: Verify binary attestation if: steps.attestation.outcome == 'success' shell: bash + env: + GH_TOKEN: ${{github.token}} run: gh attestation verify ${{steps.build.outputs.path}} -R Cockatrice/Cockatrice build-macos: @@ -381,6 +383,8 @@ jobs: - name: Verify binary attestation if: steps.attestation.outcome == 'success' shell: bash + env: + GH_TOKEN: ${{github.token}} run: gh attestation verify ${{steps.build.outputs.path}} -R Cockatrice/Cockatrice build-windows: