From f0717b8464b1f56464c68a72fbb7c0c619ddc9e2 Mon Sep 17 00:00:00 2001 From: Alex <93376818+sashashura@users.noreply.github.com> Date: Mon, 19 Sep 2022 12:19:35 +0200 Subject: [PATCH] build: update backport-bot.yml Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com> --- .github/workflows/backport-bot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/backport-bot.yml b/.github/workflows/backport-bot.yml index dc8fd760d66c..e97756ddb1da 100644 --- a/.github/workflows/backport-bot.yml +++ b/.github/workflows/backport-bot.yml @@ -6,8 +6,13 @@ on: push: branches: - '*.x' +permissions: + contents: read jobs: build: + permissions: + contents: read # to fetch code (actions/checkout) + issues: write # to create and close issues runs-on: ubuntu-latest steps: - uses: actions/checkout@v3