Skip to content

Commit e3b97d2

Browse files
committed
wip
1 parent ae43629 commit e3b97d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-npm-token-permissions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
- name: Checkout repository
1212
uses: actions/checkout@v4
1313

14-
# - name: Configure npm authentication
15-
# run: |
16-
# echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
14+
- name: Configure npm authentication
15+
run: |
16+
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
1717
1818
- name: Set up Node.js
1919
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)