Skip to content

Commit b8ebaea

Browse files
committed
fix(typescript): use trusted publishing
1 parent 0d515f4 commit b8ebaea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

clients/typescript/.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
tags:
66
- '*'
7+
permissions:
8+
id-token: write
9+
contents: read
710
jobs:
811
release:
912
runs-on: ubuntu-latest
@@ -19,5 +22,3 @@ jobs:
1922
registry-url: 'https://registry.npmjs.org/'
2023
- run: npm install
2124
- run: npm publish --access public
22-
env:
23-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)