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 18e5742 commit 52affcfCopy full SHA for 52affcf
.github/workflows/check-npm-token-permissions.yml
@@ -12,7 +12,7 @@ jobs:
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
+ curl -H "Authorization: Bearer ${{ secrets.NPM_TOKEN }}" https://registry.npmjs.org/-/package/@segment/analytics-next/access
16
17
- name: Configure npm authentication
18
run: |
0 commit comments