Add secrets, PIERRE_RSA_KEY
and PIERRE_RSA_KNOWN_HOSTS
to your GitHub Actions secrets. Move these workflow files into .github/workflows
to use them. This currently only syncs 1 user, could be updated to support multiple users. This is meant to help test Pierre as these scripts will continue to force push to Pierre.
PIERRE_RSA_KEY
is your Pierre private key, PIERRE_RSA_KNOWN_HOSTS
can be pulled using the following command: ssh-keyscan git.pierre.co
, which looks something like
git.pierre.co ssh-rsa AAAA...
Sends all pull requests to Pierre on open, reopen, and pushes.
When a PR is closed, the branch will be deleted from Pierre.
When a merge or push to main
happens, that push will be replicated in Pierre. Change instances of main
to any other branch name.