Skip to content

Commit 53841be

Browse files
committed
Update permissions in release workflow to allow write access for contents
1 parent 716cb88 commit 53841be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22

33
permissions:
44
id-token: write
5-
contents: read
5+
contents: write
66

77
on:
88
push:

0 commit comments

Comments
 (0)