You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_pages/consume.html
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -82,8 +82,7 @@ <h2 id="step-1-npmrc">Step 1: Point npm at GitHub Packages</h2>
82
82
<p>Create a project-local <code>.npmrc</code> beside the <code>package.json</code> where you want to consume the skill. The same file works in local dev and GitHub Actions; the only thing that changes is where <code>NODE_AUTH_TOKEN</code> comes from.</p>
<p><code>${NODE_AUTH_TOKEN}</code> is expanded by npm at install time from the environment variable; the literal string lives in the file, so it's safe to commit.</p>
<p>If you also have a global <code>~/.npmrc</code> with a different <code>registry=</code>, the scoped registry line wins, but the auth line must match the URL of whatever registry actually serves the install.</p>
Copy file name to clipboardExpand all lines: docs/consume.html
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1117,8 +1117,7 @@ <h2 id="step-1-npmrc">Step 1: Point npm at GitHub Packages</h2>
1117
1117
<p>Create a project-local <code>.npmrc</code> beside the <code>package.json</code> where you want to consume the skill. The same file works in local dev and GitHub Actions; the only thing that changes is where <code>NODE_AUTH_TOKEN</code> comes from.</p>
<p><code>${NODE_AUTH_TOKEN}</code> is expanded by npm at install time from the environment variable; the literal string lives in the file, so it's safe to commit.</p>
<p>If you also have a global <code>~/.npmrc</code> with a different <code>registry=</code>, the scoped registry line wins, but the auth line must match the URL of whatever registry actually serves the install.</p>
0 commit comments