mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
ci: add minimum GitHub token permissions for workflows (#5857)
Signed-off-by: Ashish Kurmi <akurmi@stepsecurity.io> Signed-off-by: Ashish Kurmi <akurmi@stepsecurity.io>
This commit is contained in:
parent
9aafdb775c
commit
a3aa958ab6
3
.github/workflows/php-test.yml
vendored
3
.github/workflows/php-test.yml
vendored
@ -10,6 +10,9 @@ on:
|
|||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
name: PHP ${{ matrix.php-version }}-mysql-${{ matrix.mysql-version }}
|
name: PHP ${{ matrix.php-version }}-mysql-${{ matrix.mysql-version }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user