Skip to content

Commit 309fef6

Browse files
committed
ci: fix npm publish
1 parent 51b90f7 commit 309fef6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish_js_lib.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
branches: [ master ]
55
jobs:
66
build:
7+
permissions:
8+
contents: read
9+
id-token: write
710
runs-on: ubuntu-latest
811
steps:
912
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)