jarrodbellmore/netrc Credentials

Writes a .netrc entry for the specified machine so CLI tools (e.g. Git, curl) can authenticate without embedding credentials in URLs.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
machineThe hostname to authenticate (e.g. github.com)yesgithub.com
loginThe login / username for the machineyesx-access-token
passwordThe password or token for the machineyes
namedescription
netrc-pathAbsolute path to the .netrc file that was written
netrc-contentsFull contents of the .netrc file (useful for debugging). WARNING: This output contains sensitive credentials. Treat it as a secret and avoid printing it in logs or passing it to untrusted steps.