fix(ci): bind release target context (#106836)

This commit is contained in:
Peter Steinberger
2026-07-13 15:00:03 -07:00
committed by GitHub
parent 3c58dba07b
commit 856e1ab8d9
2 changed files with 5 additions and 2 deletions
@@ -764,6 +764,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
TARGET_REF: ${{ inputs.ref }}
TARGET_CONTEXT_REF: ${{ inputs.target_context_ref }}
TARGET_SHA: ${{ needs.resolve_target.outputs.sha }}
CHILD_WORKFLOW_REF: ${{ github.ref_name }}
PARENT_WORKFLOW_SHA: ${{ github.sha }}