mainmatter / ember-asset-size-action

Comment with the diff for the asset sizes on Pull Request
MIT License
22 stars 15 forks source link

Unable to install dependencies from authenticated package registry #22

Closed raido closed 3 years ago

raido commented 3 years ago

Calling yarn install/npm install here - https://github.com/simplabs/ember-asset-size-action/blob/master/lib/helpers.js#L69 - does not forward NODE_AUTH_TOKEN environment variable for Github Package Registry.

Therefore installing packages fails with 401 Not Authorized.