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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| machine | The hostname to authenticate (e.g. github.com) | yes | github.com |
| login | The login / username for the machine | yes | x-access-token |
| password | The password or token for the machine | yes | — |
Outputs
| name | description |
|---|---|
| netrc-path | Absolute path to the .netrc file that was written |
| netrc-contents | Full 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. |