From b3a7ec7f74186064de551f6c61ebcf28b32a901a Mon Sep 17 00:00:00 2001 From: ZeldaZach Date: Sun, 29 Jun 2025 23:09:39 -0400 Subject: [PATCH] Support GH Token in binary attestation step --- .github/workflows/desktop-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 642151d3c..33aa4e8a1 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -484,4 +484,6 @@ 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