From fdf5ddc0d18e305c69d10e9b3e3fd4834fad12d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=A9rence=20Hollander?= Date: Thu, 13 Oct 2022 07:20:09 +0200 Subject: [PATCH] ci: fix permission for "Resource not accessible by integration" (#141) --- .github/workflows/ci.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 513cc2a9..7689e699 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,11 +2,13 @@ on: pull_request jobs: test_comment_pr: - runs-on: ubuntu-latest name: (NRT) Comment PR + runs-on: ubuntu-latest + permissions: + pull-requests: write steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Comment PR uses: ./