Skip to content

Commit 6b09091

Browse files
committed
chore: move npm publish to 2fa+oidc
1 parent 172578b commit 6b09091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Build and Release
22
permissions:
3-
id-token: write # Required for OIDC
43
contents: write
54
on:
65
push:
@@ -328,6 +327,7 @@ jobs:
328327
runs-on: ubuntu-latest
329328
timeout-minutes: 10
330329
permissions:
330+
id-token: write # Required for npm trusted publishing with OIDC
331331
contents: write
332332
needs: [build_on_windows, build_on_linux, build_on_macos, server_test]
333333
steps:

0 commit comments

Comments
 (0)