Skip to content

Commit 8c8cb93

Browse files
committed
Update workflow for trusted publishing
1 parent 8344327 commit 8c8cb93

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/typescript.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010
pull_request:
1111
branches: [ "main" ]
1212

13+
# Permissions for npmjs trusted publishing
14+
permissions:
15+
contents: read
16+
id-token: write
17+
1318
jobs:
1419
build:
1520

0 commit comments

Comments
 (0)