allow write-all

This commit is contained in:
Ulf Gebhardt 2023-02-24 12:37:24 +01:00
parent 9a0b9a34c3
commit 9cf32201fe
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -168,8 +168,8 @@ jobs:
name: Unit tests - backend name: Unit tests - backend
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [build_test_neo4j,build_test_backend] needs: [build_test_neo4j,build_test_backend]
permissions: permissions: write-all
security-events: write # security-events: write
steps: steps:
########################################################################## ##########################################################################
# CHECKOUT CODE ########################################################## # CHECKOUT CODE ##########################################################
@ -227,8 +227,8 @@ jobs:
name: Unit tests - webapp name: Unit tests - webapp
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [build_test_webapp] needs: [build_test_webapp]
permissions: permissions: write-all
security-events: write # security-events: write
steps: steps:
########################################################################## ##########################################################################
# CHECKOUT CODE ########################################################## # CHECKOUT CODE ##########################################################