dmnemec / copy_file_to_another_repo_action

This GitHub Action copies a file from the current repository to a location in another repository
Apache License 2.0
183 stars 206 forks source link

workflow not using ssh #71

Open princemuel opened 1 year ago

princemuel commented 1 year ago

Hello, I'v currently configured all my repositories to use ssh, but when I run the workflow, it still uses the 'https://' form. That results in this error remote: Support for password authentication was removed on August 13, 2021. remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about- remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication. fatal: Authentication failed for 'https://github.com/princemuel/invoice-web-app.git/'

How do I resolve it? Thanks