-
Notifications
You must be signed in to change notification settings - Fork 230
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
Error: Invalid status code '404' for url 'https://api.github.com/repos/<user>/<repo>' #76
Comments
Same issue on my projects. Is there any breaking change on Github api? |
Switching to action@v2 can be a solution https://stackoverflow.com/questions/57921401/push-to-origin-from-github-action/58393457#58393457 |
Yeah I have already made the switch to @v2 so it does not fix the problem for me. |
Try using the older version: |
did not work for me |
Already discussed in #68. Thank for you detailed report. I will take look on that in few hours. I believe authorization is perfomed in wrong way. As workaround I suggest add |
solves the problem as you suggested. Thank you for your time. |
I believe it was fixed in latest |
Just ran in to this issue. It still requires the branch declaration in the "with" segment to restore functionality. |
Trying to add a solution from here ad-m/github-push-action#76
Hey
I have some problems using push actions. First, no push would happen because of not pulled beforehand but found the solution to that. Now it can not access the GitHub API. I have set the GitHub token and everything. The Repo is private.
The text was updated successfully, but these errors were encountered: