Masking Input Parameters in GitHub Actions
Apr 26, 2023 by Jeremy Kaltenbach  Ā· 3 min readPart of the Cloud-Native Development topic
In this example, we'll use input parameters and GitHub actions to build a workflow that will prompt the user for their username and password, and then call an API using those credentials
Learn More