Skip to content

Commit 0b0c55b

Browse files
author
Lukas Puehringer
committed
Restrict cd permissions to contents: write
This is the minimum permission needed to create/modify GH releases. Signed-off-by: Lukas Puehringer <[email protected]>
1 parent db471a5 commit 0b0c55b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
tags:
77
- v*
88

9+
permissions:
10+
contents: write
911

1012
jobs:
1113
test:

0 commit comments

Comments
 (0)