Skip to content

Commit 0c76b83

Browse files
authored
build(workflow): use OIDC for NPM publish (#481)
1 parent 2c39f2b commit 0c76b83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
uses: ./.github/.release/actions/actions/services/npm
8181
with:
8282
token: ${{ secrets.GH_TOKEN }}
83+
npm-auth-type: oidc
8384
npm-token: ${{ secrets.NPM_TOKEN }}
8485
check-ownership: false
8586
build-command: npm run build

0 commit comments

Comments
 (0)