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
commit e3a5d66afc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View file

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

View file

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

View file

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