yesolutions/mirror-action

Repository not found

Closed this issue · 4 comments

I will sync github repo1 to github repo 2.
There already set some property with Secrets using username, password and repo url.
But where wrong until they say not found?

image
image

Hard to say what the problem might be here. I would double check that your remote value is correct. It's hidden in the logs because you used a secret to define it, so I can't say one way or the other if the value seems correct.

As a possible tip: if you are using another GitHub repo as the remote, I don't think you can use password authentication, maybe unless you're using a token because password authentication was removed in August of 2021.

How can I change the remote to the good repository as I deleted the one (which was a test) ?
remote: Repository not found.
fatal: repository 'https://github.com/Neirie/hellotest.git/' not found > he can't find it because it is deleted, how can i reinitiate the remote to the good repository please ? (i am new here) :)

In your workflow YAML file, change the REMOTE: parameter to be the repository you want to use. If you're using a secret for this value, go into the repository settings -> secrets -> actions and set a new value.

If you still need help, feel free to reopen this.