-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Need new home for publishing binary modules #6013
Comments
It looks like |
I can talk back to Wolt and try to organize S3 hosting there |
On further investigation, Github Packages only provides a replacement for the registry component, and doesn't offer anything that would replace S3 for the platform-dependent binary hosting. I've made #6030 that uses Github Releases for hosting. Inspired by this comment, rather than use the plugin mentioned above, it's possible to integrate it into the existing |
#6012 removes the AWS access keys for publishing to the Mapbox S3
mapbox-node-binaries
bucket. Old binaries are still available, but TravisCI will no longer be able to push new ones there.The reason for this token revocation is https://about.codecov.io/security-update/
We should update our build scripts to push somewhere new - possibly to GitHub Packages?
New releases with published binaries will be blocked until this is fixed somehow.
The text was updated successfully, but these errors were encountered: