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/'
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