Skip to content

Commit 5277b1d

Browse files
sashashurabclozel
authored andcommitted
Harden GitHub Workflows security settings
Closes gh-29171 Signed-off-by: sashashura <[email protected]>
1 parent 3e41d7f commit 5277b1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/backport-bot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ on:
66
push:
77
branches:
88
- '*.x'
9+
permissions:
10+
contents: read
911
jobs:
1012
build:
13+
permissions:
14+
contents: read
15+
issues: write
1116
runs-on: ubuntu-latest
1217
steps:
1318
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)