-
-
Notifications
You must be signed in to change notification settings - Fork 278
Remove need for authentication to use preview builds #1585
Copy link
Copy link
Closed
Labels
Description
Currently preview builds require authenticating with GitHub because we're using the GitHub npm registry to host them. We should find an alternative way to host these preview builds that doesn't require authentication, so that they're easier to use.
Steps to complete this ticket:
- Create
metamask-previewsNPM organization - Modify preview build workflow in GitHub Actions to change the name of each package from
@metamask/*to@metamask-previews/*before publishing
Reactions are currently unavailable