Skip to content

Commit 390ccb6

Browse files
committed
ci(release): fix workflow permissions
1 parent 541f650 commit 390ccb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
permissions:
99
id-token: write # OIDC token for trusted publishing
10-
contents: read
10+
contents: write # For the release action
1111

1212
jobs:
1313
build-and-publish:

0 commit comments

Comments
 (0)