From 6b3eb369b6b88bb2af49f81b9c104e9d7a52b4da Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 6 May 2025 16:22:18 -0600 Subject: [PATCH] [ci] provide token to gh cli --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d056ce5..b3ebd99 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -83,6 +83,8 @@ jobs: - name: Create job outputs id: job-info + env: + GH_TOKEN: ${{ github.token }} run: ci/create-job-outputs.sh >> $GITHUB_OUTPUT outputs: attestation_url: ${{ steps.attest.outputs.attestation-url }}