Skip to content

Commit a0b206c

Browse files
authored
Add permissions for provenance
1 parent 419cddd commit a0b206c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
publish-npm:
99
name: Publish to npm
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
id-token: write
1114
steps:
1215
- uses: actions/checkout@v3
1316
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)