Skip to content

Commit 79a9d0b

Browse files
committed
feat(workflow): add permissions for release creation
1 parent 03adb26 commit 79a9d0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
tags:
44
- "v*"
55
name: Release Creation
6+
7+
permissions:
8+
contents: write
9+
610
jobs:
711
release:
812
name: Create a Draft Release on GitHub

0 commit comments

Comments
 (0)