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
Should also add the registration token to that. In the current testing I'm doing, those are stored as secrets so they're getting masked already. I should try inputting them differently for testing.
Secret fields should be identified as such.
code.setSecret('...')
should be applied onmetal_auth_token
and perhapsuser_data
to prevent leaking secrets in GH Action job logs.https://github.com/actions/toolkit/blob/main/packages/core/README.md#setting-a-secret
The text was updated successfully, but these errors were encountered: