diff --git a/.github/workflows/notarize.yml b/.github/workflows/notarize.yml index 74c64813..d54164fe 100644 --- a/.github/workflows/notarize.yml +++ b/.github/workflows/notarize.yml @@ -66,11 +66,38 @@ jobs: - name: Submit claim env: OIDC_TOKEN: '${{ steps.github-oidc.outputs.token }}' + WORKFLOW_REF: '${{ github.workflow_ref }}' + # Use of job_workflow_sha blocked by + # https://github.com/actions/runner/issues/2417#issuecomment-1718369460 + JOB_WORKFLOW_SHA: '${{ github.sha }}' run: | # Create the middleware config file - cat > oidc-middleware-config.json <