Skip to content

Commit 6fbd15f

Browse files
test token
1 parent 28557b0 commit 6fbd15f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/first-release.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@ jobs:
8888
- name: Build
8989
run: npm run build
9090

91+
- name: Verify npm token
92+
env:
93+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
94+
run: |
95+
npm whoami --registry https://registry.npmjs.org
96+
npm access list packages @fujocoded --json
97+
9198
- name: Publish first-release packages
9299
uses: changesets/action@v1
93100
with:

0 commit comments

Comments
 (0)