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.
Proposal
With the addition of #2576, it made it possible to share data between templates when using with workflows, enabled writing workflows that require authentication before running templates, since it's commonly required behavior it would be much more useful to enable it as default and optionally disable it when required, which will unblock template authors of the need of explicitly adding
cookie-reuse
in each template that needs to be used within workflows.Template attribute to disable this specific behavior:
disable-cookie: true
Describe the use case of this feature:
Write authenticated workflows with ease without manually updating each underlying template with
cookie-reuse: true
Note:
Closes #3894
Checklist