Support GH Token in binary attestation step

This commit is contained in:
ZeldaZach
2025-06-29 23:09:39 -04:00
parent 8a5d275136
commit c216677e1e

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