-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Set ACTIONS_ORCHESTRATION_ID as env to actions. #4178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds support for exposing the orchestration ID to Node.js actions via the ACTIONS_ORCHESTRATION_ID environment variable. This allows actions to access the orchestration ID from the runner's JWT claims.
Key Changes
- Added orchestration ID environment variable exposure to Node.js action handlers
- The value is retrieved from the execution context's global variables using
Constants.Variables.System.OrchestrationId
|
@TingluoHuang I've opened a new pull request, #4181, to work on those changes. Once the pull request is ready, I'll request review from you. |
…ble (#4181) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com>
|
@TingluoHuang I've opened a new pull request, #4182, to work on those changes. Once the pull request is ready, I'll request review from you. |
…#4182) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com>
https://github.com/github/actions-runtime/issues/5389