File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 99
1010 permissions :
1111 contents : read
12- id-token : write # The OIDC ID token is used for authentication with JSR.
12+ id-token : write # The OIDC ID token is used for authentication with JSR and NPM
1313
1414 env :
1515 NODE_VERSION : ' 22.x'
5353 - name : Install dependencies
5454 run : deno install
5555
56- # Configure npm authentication
57- - name : Configure npm authentication
58- run : npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
59-
6056 # Publish to JSR and NPM
6157 - name : Publish to JSR and NPM
6258 run : deno task publish:server
63- env :
64- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "name" : " @simplewebauthn/server" ,
3- "version" : " 13.2.2-publishtest3 " ,
3+ "version" : " 13.2.2-publishtest4 " ,
44 "exports" : {
55 "." : " ./src/index.ts" ,
66 "./helpers" : " ./src/helpers/index.ts"
You can’t perform that action at this time.
0 commit comments