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
The action uses ::add:mask:: to mask the input adminkey but this ends up logging the key, becuase there's no way in a composite action to mask values pulled from input within the action itself.
Best to remove that step and document that the caller should mask the key.
Usually this is not an issue because the key comes from GitHub secrets so it is automatically masked, but if the key came from an input on a workflow dispatch the value will be exposed.
The action uses
::add:mask::
to mask the inputadminkey
but this ends up logging the key, becuase there's no way in a composite action to mask values pulled frominput
within the action itself.Best to remove that step and document that the caller should mask the key.
Usually this is not an issue because the key comes from GitHub secrets so it is automatically masked, but if the key came from an input on a workflow dispatch the value will be exposed.
See actions/runner#475 (comment)
The text was updated successfully, but these errors were encountered: