bartoostveen/setup-home
Small useful action for when you need to sign commits in CI, or need to access or push to private repos.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ssh-private-key | SSH private key to use, gets stored in $HOME/.ssh/id_ed25519 | no | — |
| ssh-known-hosts | SSH known hosts file, useful for locking the Git forge's public keys | no | — |
| gpg-privkey | GPG private key to import in the OpenPGP keyboy | no | — |
| gpg-key-id | GPG key ID of the PGP key in `gpg-privkey` | no | — |
| forge-hostname | Hostname of the Git forge this action runs on, gets populated in the SSH config | yes | git.bartoostveen.nl |
| forge-username | Username of the Git forge this action runs on | yes | forgejo |
| git-user-name | Git committer username, gets used when running `git commit` | yes | forgejo-actions[bot] |
| git-user-email | Git committer email, gets used when running `git commit` | yes | git@bartoostveen.nl |
| verbose | Whether to be verbose (log debug SSH config / connection tests) | yes | false |
| connection-test | Whether to perform a connection test | yes | true |
Outputs
no outputs