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