[ci] provide token to gh cli

This commit is contained in:
Chris
2025-05-06 16:22:18 -06:00
parent fb67a71a10
commit 6b3eb369b6

View File

@ -83,6 +83,8 @@ jobs:
- name: Create job outputs - name: Create job outputs
id: job-info id: job-info
env:
GH_TOKEN: ${{ github.token }}
run: ci/create-job-outputs.sh >> $GITHUB_OUTPUT run: ci/create-job-outputs.sh >> $GITHUB_OUTPUT
outputs: outputs:
attestation_url: ${{ steps.attest.outputs.attestation-url }} attestation_url: ${{ steps.attest.outputs.attestation-url }}