-
Notifications
You must be signed in to change notification settings - Fork 39
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
Unexpected response: 403 #347
Comments
@noonchen Unfortunately, this action is not tested against macOS runner yet. It says GitHub rate limits API calls from macOS runner and returns 403. A quick look at the issue gives me the impression that you should provide a token. (it's meaningless for public repos). Can you try creating a personal access token and add it to the secrets of your repo. try the following
I'm not 100 % sure about this, but at least give it a try and let's see how it goes. |
Thanks for the info! However, It is a public repo, should I still try it? FYI, This action can eventually pass after 4-5 attempts. |
I think it's a glitch on GitHub, where it limits requests from macOS on an hourly/daily basis. Closing this for now as it started working for you. |
Describe the bug
macos-11 only, Error: [getlatestRelease] Unexpected response: 403 when downloading source code from numpy/numpy.
To Reproduce
No issue in linux-latest so far.
Github action link: https://github.com/noonchen/STDF-Viewer/runs/4549369806?check_suite_focus=true
Any suggestions what happened? It works pretty fine before.
The text was updated successfully, but these errors were encountered: