Support GH Token in binary attestation step

This commit is contained in:
ZeldaZach 2025-06-29 23:09:39 -04:00 committed by ebbit1q
parent 2267bafc82
commit b3a7ec7f74

View file

@ -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