From 7f676ac146eee65de597259aabb3bb7c12ba1492 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 17 Jan 2025 20:28:47 +0200 Subject: [PATCH] Add GitHub auto to npmrc. To download packages from private registries. --- .config/npmrc.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/npmrc.j2 b/.config/npmrc.j2 index a3a300b..5fb3634 100644 --- a/.config/npmrc.j2 +++ b/.config/npmrc.j2 @@ -4,3 +4,5 @@ init-author-email=nimrod@shore.co.il init-author-url=https://git.shore.co.il/explore @fortawesome:registry=https://npm.fontawesome.com/ //npm.fontawesome.com/:_authToken={{ run(["ph", "show", "--field", "Password", "SchooLinks/Font Awesome auth token"])["stdout"] }} +@schoolinks:registry=https://npm.pkg.github.com +//npm.pkg.github.com/:_authToken={{ run(["ph", "show", "--field", "CLI 2025 token", "Web Sites/GitHub"])["stdout"] }} -- GitLab