We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab2c97 commit 40a1acdCopy full SHA for 40a1acd
.github/workflows/copilot-setup-steps.yml
@@ -35,6 +35,8 @@ jobs:
35
uses: actions/setup-node@v4
36
with:
37
node-version: "20"
38
+ env:
39
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
41
- name: Install dependencies
42
run: pnpm install
.npmrc
@@ -1 +1,2 @@
1
@inkcre:registry=https://npm.pkg.github.com
2
+//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
0 commit comments