Skip to content

Commit 0a178d6

Browse files
committed
fix: add contents write permission to release workflow
1 parent 1623c50 commit 0a178d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ on:
1717
type: string
1818
default: ""
1919

20+
permissions:
21+
contents: write
22+
actions: read
23+
2024
jobs:
2125
validate-and-tag:
2226
name: Validate and Create Tag

0 commit comments

Comments
 (0)