Anyone using internal npm github packages within t...
# pulumi-deployments
b
Anyone using internal npm github packages within their deployments? Hitting permission issues and not sure if it is expected to work on not
e
Can you share more where/how these packages are hosted? Are they just in a public github repo, or an organization account over at npmjs, or something else?
b
They are hosted via Github Packages
looks like it is a limitation of Github Apps btw
e
Following that thread I assume you would have to configure a User PAT and have a pre-run step to "login" to github npm.
I am subscribed to that thread so we can update our app permissions once GitHub supports this and provide a more seamless expreience
b
Yeah going to work around with a tightly scoped token that allows package reads