mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
try limit permissions to statusses
This commit is contained in:
parent
9cf32201fe
commit
f3a95120bb
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -168,7 +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: write-all
|
permissions:
|
||||||
|
statuses: write
|
||||||
# security-events: write
|
# security-events: write
|
||||||
steps:
|
steps:
|
||||||
##########################################################################
|
##########################################################################
|
||||||
@ -227,7 +228,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: write-all
|
permissions:
|
||||||
|
statuses: write
|
||||||
# security-events: write
|
# security-events: write
|
||||||
steps:
|
steps:
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user