Replies: 1 comment
-
|
Hey @dprothero 👋 Sorry I missed this — I forget to check the discussions tab sometimes. I have seen this occasionally, and I also don't know why it occurs. On GitHub Actions I've lately deferred to pulling the binaries directly rather than using NPM, see this step for downloading I'm planning to rework the npm package to leverage optionalDependencies, rather than downloading from a release, which should resolve issues by keeping everything npm native. Keep an eye out for that 🙂 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We will frequently get this error during our CI/CD process. It only seems to occur on GitHub actions (as we have other CI/CD processes on BuildKite).
It seems to be trying to download the release, but I'm not sure why it would get a 403. Retrying the job so far has always worked.
Just curious if this is something that's been seen before.
Beta Was this translation helpful? Give feedback.
All reactions