-
Notifications
You must be signed in to change notification settings - Fork 68.9k
## Pull Request Overview #40560
Copy link
Copy link
Closed
Labels
invalidThis issue/PR is invalidThis issue/PR is invalidtriageDo not begin working on this issue until triaged by the teamDo not begin working on this issue until triaged by the team
Description
Activity
Metadata
Metadata
Assignees
Labels
invalidThis issue/PR is invalidThis issue/PR is invalidtriageDo not begin working on this issue until triaged by the teamDo not begin working on this issue until triaged by the team
Pull Request Overview
This PR fixes inconsistencies in the allowed contexts documentation for reusable workflow secrets and inputs in the contexts reference. It updates the allowed contexts for
jobs.<job_id>.secrets.<secret_id>andjobs.<job_id>.with.<input_id>to match their actual behavior and align with the documentation inreusable-workflows.md.Key changes:
vars,inputs,strategy, andmatrixfrom allowed contexts for workflow secrets and inputs<secrets_id>to<secret_id>and<with_id>to<input_id>Originally posted by @Copilot in #40392 (review)