Install private packages locally with SSH authentication instead of PAT #16240
Replies: 4 comments 6 replies
-
Is there any update on this!? |
Beta Was this translation helpful? Give feedback.
-
I have github packages in my company private github account and I want to install those packages in another project using dependency in package.json and npm. Below are the steps I am following. created .npmrc file added dependecy in package.json created PAT for organization npm install in github action name: Install Dependencies npm ERR! code E404 any suggestions or solutions are appreciated. |
Beta Was this translation helpful? Give feedback.
-
+1 |
Beta Was this translation helpful? Give feedback.
-
Currently it is only possible to install private packages from Github Packages with a PAT: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#authenticating-to-github-packages
It would be great if not all developers had to create a PAT just to install the package, but could just use the already existing SSH authentication.
Beta Was this translation helpful? Give feedback.
All reactions