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> and jobs.<job_id>.with.<input_id> to match their actual behavior and align with the documentation in reusable-workflows.md.
Key changes:
- Removes
vars, inputs, strategy, and matrix from allowed contexts for workflow secrets and inputs
- Renames parameter placeholders for consistency:
<secrets_id> to <secret_id> and <with_id> to <input_id>
Originally posted by @Copilot in #40392 (review)
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)