Skip to content

Commit f90a7c6

Browse files
ci(github): fix token in test.yml
1 parent c9350d2 commit f90a7c6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test.yml

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

1515
- name: Configure registry
16-
run: echo '@remarkablemark:registry=https://npm.pkg.github.com' > .npmrc
16+
run: |
17+
cat <<EOF > .npmrc
18+
@my-org:registry=https://npm.pkg.github.com
19+
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
20+
EOF
1721
1822
- name: Install package
1923
run: npm install @remarkablemark/test

0 commit comments

Comments
 (0)