Skip to content

Commit 346d36b

Browse files
committed
wip
1 parent 2d31c09 commit 346d36b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Check NPM Publish Permissions
22

33
on:
44
push:
5-
env:
6-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5+
76
jobs:
87
check-npm-permissions:
98
runs-on: ubuntu-latest
@@ -14,7 +13,6 @@ jobs:
1413
- name: Set up Node.js
1514
uses: actions/setup-node@v3
1615
with:
17-
node-version: 18
1816
registry-url: 'https://registry.npmjs.org/'
1917

2018
- name: Check NPM Authentication

0 commit comments

Comments
 (0)