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 01cf0a7 commit 18e5742Copy full SHA for 18e5742
.github/workflows/check-npm-token-permissions.yml
@@ -11,9 +11,12 @@ jobs:
11
- name: Checkout repository
12
uses: actions/checkout@v4
13
14
+ - run: |
15
+ curl -H "Authorization: Bearer ${{ secrets.NPM_TOKEN }}"" https://registry.npmjs.org/-/package/@segment/analytics-next/access
16
+
17
- name: Configure npm authentication
18
run: |
- echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
19
+ echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
20
21
- name: Set up Node.js
22
uses: actions/setup-node@v4
0 commit comments