fletort/New ssh deploy key to remote repo
Generate a new ssh key pair to permit one repo to deploy to another repo.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| deploy_repo | Repo on which we want to make deployement | yes | — |
| client_repo | Repo that will publish to the deploy_repo | — | ${{ github.repository }} |
| key_encryption | Encryption type | — | rsa |
| key_size | Key Size (in bits) | — | 4096 |
| token | Token used to save the private key on the client_repo secret and to save the public key on the publish key of the deploy_repo | yes | — |
| secret_name | Name of the secret storing the private key | — | PUBLISHING_KEY |
Outputs
no outputs