Skip to content

Commit 65f9f47

Browse files
polRkasmyasnikov
andauthored
Add permissions to changelog job (#1965)
Co-authored-by: Aleksey Myasnikov <asmyasnikov@ydb.tech>
1 parent 95f7406 commit 65f9f47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/changelog.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
jobs:
77
changelog:
88
name: changelog
9+
permissions:
10+
checks: write
11+
contents: read
12+
pull-requests: read
913
concurrency:
1014
group: changelog-${{ github.ref }}
1115
cancel-in-progress: true

0 commit comments

Comments
 (0)