actions: backend testing workflow permissions aangepast

This commit is contained in:
Timo De Meyst 2025-04-04 18:16:28 +02:00
parent 0ff0da776f
commit c016884dda

View file

@ -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]