Based on this article. Updated with latest Github requirement of key pair.
Use the following example as template. Edit the repo name accordingly.
clone:
depth: full
pipelines:
default:
- step:
script:
- git push --mirror git@github.com:semaidevadmin/semai-pro-kuasa-api.git
This will push the changes to the designated Github target. It connects using SSH, with the private key of Github account.