From c016884dda43d5e2e3d9d7bf66c3720922eb3535 Mon Sep 17 00:00:00 2001 From: Timo De Meyst Date: Fri, 4 Apr 2025 18:16:28 +0200 Subject: [PATCH] actions: backend testing workflow permissions aangepast --- .github/workflows/backend-testing.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/backend-testing.yml b/.github/workflows/backend-testing.yml index 242c6bf1..2a9bbec5 100644 --- a/.github/workflows/backend-testing.yml +++ b/.github/workflows/backend-testing.yml @@ -29,6 +29,12 @@ jobs: if: '! github.event.pull_request.draft' runs-on: [self-hosted, Linux, X64] + permissions: + # Required to checkout the code + contents: read + # Required to put a comment into the pull-request + pull-requests: write + strategy: matrix: node-version: [22.x]