Skip to content

Commit 2747652

Browse files
Copilotbookernath
andcommitted
Add explicit permissions to GitHub Actions workflows
Co-authored-by: bookernath <[email protected]>
1 parent 8d6577e commit 2747652

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/changelog-entry-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
- 'reference/**'
99
- 'guides/**'
1010

11+
permissions:
12+
contents: read
13+
pull-requests: write
14+
1115
jobs:
1216
check-changelog:
1317
runs-on: ubuntu-latest

.github/workflows/changelog-pr-helper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- 'guides/**'
1010

1111
permissions:
12+
contents: read
1213
pull-requests: write
1314

1415
jobs:

0 commit comments

Comments
 (0)