Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 9d42efd

Browse files
committed
ci: fix the npm publish step
1 parent a5872ff commit 9d42efd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,10 @@ jobs:
256256
syn2mas:
257257
name: Release syn2mas on NPM
258258
runs-on: ubuntu-latest
259+
permissions:
260+
contents: read
261+
id-token: write
262+
259263
steps:
260264
- name: Checkout the code
261265
uses: actions/[email protected]

0 commit comments

Comments
 (0)