Skip to content

Commit 20a1468

Browse files
committed
Fix permissions of release-milestone workflow
1 parent 1fe30de commit 20a1468

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-milestone.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
tags:
55
- v5.0.0-M[1-9]
66
- v5.0.0-RC[1-9]
7+
permissions:
8+
contents: read
79
concurrency:
810
group: ${{ github.workflow }}-${{ github.ref }}
911
jobs:

0 commit comments

Comments
 (0)