From b1019abb459c6f42fed1fe184933a30c267bd22a Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 30 Apr 2022 20:01:30 +0200 Subject: [PATCH] adding permissions to hook see https://github.com/inventree/InvenTree/pull/2895#issuecomment-1112733654 --- .github/workflows/welcome.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index 5b0e3a7256..4501209ff9 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -9,6 +9,9 @@ on: jobs: run: runs-on: ubuntu-latest + permissions: + pull-requests: write + steps: - uses: actions/first-interaction@v1 with: