Skip to content

Commit 20d7897

Browse files
committed
fix: add permissions to publish.yml to allow provenance
1 parent 09ac214 commit 20d7897

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: Publish to NPM
2+
permissions:
3+
id-token: write
24
on:
35
release:
46
types: [published]

0 commit comments

Comments
 (0)