-
Notifications
You must be signed in to change notification settings - Fork 2
Adding a few more tests #3
Conversation
@@ -0,0 +1 @@ | |||
@chocrates:registry=https://npm.pkg.github.com/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Chocrates Looks like there is an issue authenticating with the package registry.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suspect that a GITHUB_TOKEN is needed to install the npm package from the registry given this article but I haven’t seen anything on how to do that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Zack. I know I had to generate a token to publish but Im surprised id need one to pull too. Ill see what I can figure out
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ill give this a try this afternoon: https://github.community/t5/GitHub-Actions/Installing-npm-packages-from-the-GitHub-package-registry/m-p/46332/highlight/true#M6528
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Nice!
…till didn't work.
… well as authenticate
Finally got off my butt and finished some tests.
Closes #1