Closed R-K-H closed 4 years ago
Closing as I'm not sure I'm correct.
Got it working by adding https://${{access_token}}@github.com/owner/repository.git as the full source_repo
Got it working by adding https://${{access_token}}@github.com/owner/repository.git as the full source_repo
Hi @R-K-H have you resolved the issue? looks like this is still HTTPS not SSH Even HTTPS, how to set ${{access_token}}?
Thanks.
You have
https://github.com/repo-sync/github-sync/blob/3832fe8e2be32372e1b3970bbae8e7079edeec88/github-sync.sh#L32
Still sets the remote url to https which prevents the use of SSH key secrets.
Please advise if there is something else which I might be missing in configuring this to work and I've just overlooked?