-
Notifications
You must be signed in to change notification settings - Fork 38
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
Getting 400 on all downloads #333
Comments
Sorry, this is probably an expired token |
Actually, this doesn't seem to be related to a token expiration |
We are having the same issue. This has broken our CI/CD pipeline. |
Did some more digging here and opened a Github ticket to get more info from them on what changed. The problem is authentication headers being passed on redirect requests. The text that comes along with the 400 response is I'm not sure if there's a flag or something that can be set here to prevent those headers from being passed along on redirect. |
Same issue here |
As @FalconerTC described, this is caused by the current
|
Not sure if relevant or off-topic, but using Python 3's Related: octokit/core.js#415 |
Hey everyone, thanks for your inputs. I just merged a fix for this issue. It runs fine now. You can check the test logs here You may try it out from the main branch as follows.
I'll create a new release once someone confirms if it works as expected. |
@robinraju It works for me 👍👍 Thanks |
This fixed our builds as well! Thanks a ton! |
Ditto. Could we get a release please, so that we don't need to use |
Published a new release https://github.com/robinraju/release-downloader/releases/tag/v1.3 You can use the latest version with a fix for this issue.
Closing this issue with the resolution as described above. |
Describe the bug
As of this morning, all downloads using this action are giving a 400
eg
Curious if anyone else just started seeing this? Maybe the API changed today?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should successfully download the artifact
Action Environment (please complete the following information):
Additional context
I'm running with the following
The text was updated successfully, but these errors were encountered: