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