From 798b9c8e91f561217b03aa789b8cbdca070fde9c Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Fri, 27 Oct 2023 14:21:46 +0200 Subject: [PATCH] chore: grant GH action access to write issue comments --- .github/workflows/changelog.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 7ae06d78..c9d3878a 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -5,6 +5,8 @@ jobs: remind: name: Changelog Reminder runs-on: ubuntu-latest + permissions: + issues: write # to create comment steps: - uses: actions/checkout@master - name: Changelog Reminder