diff --git a/.config/npmrc.j2 b/.config/npmrc.j2
index a3a300bc6d50e58d536c0996273b928e58b702fd..5fb36345897fb1fa5adaa6efa9258c57352fd1e5 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"] }}