You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
After migrating to the latest version, we've observed that there's a new step titled "Set up runner" in each job. This step logs all inputs of the workflow_dispatch event before any custom actions have a chance to mask values that should remain hidden.
This raises a couple of questions and potential concerns:
Is this step absolutely necessary for the workflow to function correctly?
If not, is there a way to disable or tweak it to prevent the exposure of sensitive data?
Description:
After migrating to the latest version, we've observed that there's a new step titled "Set up runner" in each job. This step logs all inputs of the
workflow_dispatch
event before any custom actions have a chance to mask values that should remain hidden.This raises a couple of questions and potential concerns:
Code Reference:
The related code can be found here: start-runner.sh#L102
Request:
Thank you for your assistance in resolving this issue.
The text was updated successfully, but these errors were encountered: