mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
allow write-all
This commit is contained in:
parent
9a0b9a34c3
commit
9cf32201fe
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -168,8 +168,8 @@ jobs:
|
||||
name: Unit tests - backend
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build_test_neo4j,build_test_backend]
|
||||
permissions:
|
||||
security-events: write
|
||||
permissions: write-all
|
||||
# security-events: write
|
||||
steps:
|
||||
##########################################################################
|
||||
# CHECKOUT CODE ##########################################################
|
||||
@ -227,8 +227,8 @@ jobs:
|
||||
name: Unit tests - webapp
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build_test_webapp]
|
||||
permissions:
|
||||
security-events: write
|
||||
permissions: write-all
|
||||
# security-events: write
|
||||
steps:
|
||||
##########################################################################
|
||||
# CHECKOUT CODE ##########################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user