Skip to content

Commit 675e61a

Browse files
committed
🧹 chore: use oidc
1 parent 49173ca commit 675e61a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
bun-version: latest
3030
registry-url: "https://registry.npmjs.org"
3131

32-
- uses: actions/setup-node@v4
32+
- uses: actions/setup-node@v5
3333
with:
34-
node-version: '20.x'
34+
node-version: '24.x'
3535
registry-url: 'https://registry.npmjs.org'
3636

3737
- name: Install packages
@@ -44,7 +44,5 @@ jobs:
4444
run: bun run test
4545

4646
- name: 'Publish'
47-
env:
48-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4947
run: |
50-
npm publish --provenance --access=public
48+
NODE_AUTH_TOKEN="" npm publish --provenance --access=public

0 commit comments

Comments
 (0)