Skip to content

Commit 2d57f7a

Browse files
ci(github): fix test.yml
1 parent 5625b00 commit 2d57f7a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ jobs:
1414
uses: actions/setup-node@v6
1515

1616
- name: Configure registry
17-
run: echo "@remarkablemark:registry=https://npm.pkg.github.com" > .npmrc
17+
run: |
18+
cat <<EOF > .npmrc
19+
@remarkablemark:registry=https://npm.pkg.github.com
20+
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
21+
EOF
22+
env:
23+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1824

1925
- name: Install package
2026
run: npm install @remarkablemark/test

0 commit comments

Comments
 (0)