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 ae43629 commit e3b97d2Copy full SHA for e3b97d2
.github/workflows/check-npm-token-permissions.yml
@@ -11,9 +11,9 @@ jobs:
11
- name: Checkout repository
12
uses: actions/checkout@v4
13
14
- # - name: Configure npm authentication
15
- # run: |
16
- # echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
+ - name: Configure npm authentication
+ run: |
+ echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
17
18
- name: Set up Node.js
19
uses: actions/setup-node@v4
0 commit comments