Skip to content

Commit 52affcf

Browse files
committed
wip
1 parent 18e5742 commit 52affcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- run: |
15-
curl -H "Authorization: Bearer ${{ secrets.NPM_TOKEN }}"" https://registry.npmjs.org/-/package/@segment/analytics-next/access
15+
curl -H "Authorization: Bearer ${{ secrets.NPM_TOKEN }}" https://registry.npmjs.org/-/package/@segment/analytics-next/access
1616
1717
- name: Configure npm authentication
1818
run: |

0 commit comments

Comments
 (0)