Install private github package from package.json on Github Actions
问题 I'm trying to implement Github actions as a CI on my project. The problem is that I'm using private git URL on my package.json but CI gets an error because Github actions "somehow" doesn't have access to that repo which it's impossible because it's on the same user account. Does anyone have any idea how to figure this out? main.workflow file: workflow "Github Actions" { on = "pull_request" resolves = ["Danger JS"] } action "Build" { <-------- This gets error uses = "actions/npm@master" args =