Skip to content

Commit fd53f0c

Browse files
committed
ci: Specify token permission
1 parent c1026b3 commit fd53f0c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/create_release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
push:
44
tags:
55
- "v-**"
6+
7+
permissions:
8+
contents: read
9+
pull-requests: read
10+
611
jobs:
712
release:
813
if: ${{ startsWith(github.ref, 'refs/tags/') }}

0 commit comments

Comments
 (0)