Skip to content

Commit 522f41a

Browse files
chore(ci): switch publish to OIDC trusted publishing
1 parent 9edbab7 commit 522f41a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
with:
6060
node-version: 24
6161
cache: npm
62-
registry-url: 'https://registry.npmjs.org'
6362

6463
- run: npm ci
6564

@@ -85,5 +84,3 @@ jobs:
8584
fi
8685
8786
- run: npm publish --provenance --access public ${{ steps.npm-tag.outputs.tag }}
88-
env:
89-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)