From b9f2b3e06f915829a9599384fe5195d672455ac5 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 26 Sep 2022 20:09:49 +0200 Subject: [PATCH] build: harden support.yml permissions Signed-off-by: Alex --- .github/workflows/support.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/support.yml b/.github/workflows/support.yml index 26731cd5b..a25446407 100644 --- a/.github/workflows/support.yml +++ b/.github/workflows/support.yml @@ -4,8 +4,12 @@ on: issues: types: [labeled, unlabeled, reopened] +permissions: {} jobs: support: + permissions: + issues: write # to modify issues + runs-on: ubuntu-latest steps: - uses: dessant/support-requests@v2