Merge pull request #5732 from turrisxyz/naveen/feat/set-perms-actions

This commit is contained in:
Jérémy Benoist
2022-04-19 06:53:40 +02:00
committed by GitHub
3 changed files with 9 additions and 0 deletions

View File

@ -7,6 +7,9 @@ on:
- master - master
- 2.* - 2.*
permissions:
contents: read
jobs: jobs:
js: js:
name: "Building assets" name: "Building assets"

View File

@ -7,6 +7,9 @@ on:
- master - master
- 2.* - 2.*
permissions:
contents: read
jobs: jobs:
coding-standards: coding-standards:
name: "CS Fixer & PHPStan" name: "CS Fixer & PHPStan"

View File

@ -7,6 +7,9 @@ on:
- master - master
- 2.* - 2.*
permissions:
contents: read
jobs: jobs:
translations: translations:
name: "Translations" name: "Translations"