Feature/872 make secret array configurable#881
Merged
Conversation
…t out and use instead
ffdabf7 to
8519890
Compare
27bb385 to
c1c867e
Compare
tkilias
reviewed
Jun 22, 2026
ckunki
requested changes
Jun 23, 2026
ckunki
approved these changes
Jun 23, 2026
|
jana-selva
pushed a commit
that referenced
this pull request
Jun 23, 2026
* Remove as no secret needed here * Add initial slow-checks secret modifier * Switch to supporting multiple customizations * Switch example as secrets allowed * Add unit test for CustomWorkflowSecrets * Add comment * Update tests to include checking when has the jinja secrets * Add documentation for new feature * Alphabetize by name * Add missing needed block * Update documentation * Add changelog entry * Run format:fix * Make get_standard_yaml a separate function and extract parse_yaml_text out and use instead * Add custom workflow class which loads a file and can extract secrets from it * Add docstring to classes to distinguish * Add custom_workflow_extractor * Update workflows to use custom_workflows as source * Run format:fix * Improve typing * Remove CustomWorkflowSecrets from docs as changed and not part of external API * Make clear it's a major release due to `all-extras` * Update unreleased.md to latest implementation * Update unreleased.md so summary is more substantial and accurate * Update workflow_variables.rst to new implementation * Overhaul documentation to be clearer and link to each other * Apply wording improvements * Fix wording. We really don't 'manage' custom workflows * Update example to make sense * Add one more entry to summary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



closes #872
Checklist
Note: If any of the items in the checklist are not relevant to your PR, just check the box.
For any Pull Request
Is the following correct:
When Changes Were Made
Did you:
When Preparing a Release
Have you: