add the unique public keys (key_name.pub) to Repo Settings > Deploy keys for each repository respectively and allow write access for the destination repository
or
add the single public key (key_name.pub) to Personal Settings > SSH keys
Add the private key(s) to Repo > Settings > Secrets for the repository containing the action (SSH_PRIVATE_KEY)
Git Rebase
A GitHub Action for branch rebasing in independent repository using force push.
Features
Usage
GitHub Actions
Using shorthand
You can use GitHub repo shorthand like
username/repository
.Using ssh
or
Using https
Set up deploy keys
In GitHub, either:
key_name.pub
) to Repo Settings > Deploy keys for each repository respectively and allow write access for the destination repositoryor
key_name.pub
) to Personal Settings > SSH keysAdd the private key(s) to Repo > Settings > Secrets for the repository containing the action (
SSH_PRIVATE_KEY
)Docker
Author
TiaC Systems info@tiac-systems.net
License
MIT