We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d8ff8 commit 6f2dae0Copy full SHA for 6f2dae0
1 file changed
.github/workflows/ci.yml
@@ -16,3 +16,6 @@ jobs:
16
cache: 'pnpm'
17
- run: pnpm install
18
- run: pnpm test
19
+ - run: npm whoami
20
+ env:
21
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments