From d3bff31488d73bf2f044d38521a22cb6f024cf73 Mon Sep 17 00:00:00 2001 From: Juan Hoyos Date: Mon, 15 Nov 2021 13:31:24 -0800 Subject: [PATCH] Give write access to backport action explicitly --- .github/workflows/backport.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 9699f4db66961c..e172c71e265f4d 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -3,6 +3,11 @@ on: issue_comment: types: [created] +permissions: + contents: write + issues: read + pull-requests: write + jobs: backport: if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/backport to')