-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repository not found #395
Comments
Duplicate of #394 |
We are also facing the same issue. We are using |
It seems related to a Github Actions major outage: https://www.githubstatus.com/ |
I'm facing the same issue |
We are having the same issue as well when trying to checkout additional (tools) repo. |
So any ideas how to fix this? |
@yhrabovskyinomi I just created Personal access token and it worked |
this is weird. I've re-created same token with same permissions and it started to work too. Magic xD |
@ntoskrnl For me, this also started working when creating a new github acces token and adding it to my workflow. |
Is someone seeing this again ? There is this which is ongoing at the moment. |
I am also getting the same issue. How to fix it? |
We're hitting this as well. In our case we have 2 jobs, both start with a checkout, the first works fine, the second fails on the submodules. Edit, OK we had to set the setting to not clear the credentials. |
We've been using
actions/checkout@v1
with default configuration (no parameters) an everything was ok.Now we are getting error on fetching repo:
It's a private repo in our organization. Here's the full log.
Tried with latest version – same error.
The text was updated successfully, but these errors were encountered: