Skip to content

Commit

Permalink
add instance-domain option
Browse files Browse the repository at this point in the history
  • Loading branch information
rus364 committed Sep 30, 2024
1 parent 7ee7a73 commit fe90c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ To support picking the right key in this use case, this action scans _key commen

The following inputs can be used to control the action's behavior:

* `instance-domain`: Optional. The domain name of the github/gitea/forgejo instance. Defaults to `github.com`.
* `ssh-private-key`: Required. Use this to provide the key(s) to load as GitHub Actions secrets.
* `ssh-auth-sock`: Can be used to control where the SSH agent socket will be placed. Ultimately affects the `$SSH_AUTH_SOCK` environment variable.
* `log-public-key`: Set this to `false` if you want to suppress logging of _public_ key information. To simplify debugging and since it contains public key information only, this is turned on by default.
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'webfactory/ssh-agent'
description: 'Run `ssh-agent` and load an SSH key to access other private repositories'
inputs:
instance-domain:
description: 'Domain name of the instance (gitea/forgejo)'
description: 'Domain name of the github/gitea/forgejo instance'
required: false
ssh-private-key:
description: 'Private SSH key to register in the SSH agent'
Expand Down

0 comments on commit fe90c7b

Please sign in to comment.