actions: backend testing workflow permissions aangepast
This commit is contained in:
parent
0ff0da776f
commit
c016884dda
1 changed files with 6 additions and 0 deletions
6
.github/workflows/backend-testing.yml
vendored
6
.github/workflows/backend-testing.yml
vendored
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue