gh repo deploy-key add <key-file>
Add a deploy key to a GitHub repository
Arguments
Name | Description |
---|---|
key-file | Path to the public key file |
Options
Name | Description |
---|---|
-w, --allow-write | Allow write access for the key |
-t, --title <string> | Title of the new key |