replace token based auth with OIDC auth (#80)

This commit is contained in:
Sahil Bansal
2025-12-16 12:58:45 +00:00
committed by GitHub
parent 21eb05373f
commit 2bc500f817
-2
View File
@@ -52,8 +52,6 @@ jobs:
run: |
cd publish/npm
npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
test-installation:
needs: publish-npm