Skip to content

Commit 5277e23

Browse files
authored
fix: setup permissions key properly (#48)
1 parent d38933d commit 5277e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish to NPM
22
on:
33
release:
44
types: [published]
5-
permission:
5+
permissions:
66
id-token: write
77

88
jobs:

0 commit comments

Comments
 (0)