mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-15 21:41:06 +00:00
Merge pull request #5732 from turrisxyz/naveen/feat/set-perms-actions
This commit is contained in:
commit
e3a5d66afc
3 changed files with 9 additions and 0 deletions
3
.github/workflows/assets.yml
vendored
3
.github/workflows/assets.yml
vendored
|
@ -7,6 +7,9 @@ on:
|
|||
- master
|
||||
- 2.*
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
js:
|
||||
name: "Building assets"
|
||||
|
|
3
.github/workflows/coding-standards.yml
vendored
3
.github/workflows/coding-standards.yml
vendored
|
@ -7,6 +7,9 @@ on:
|
|||
- master
|
||||
- 2.*
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
coding-standards:
|
||||
name: "CS Fixer & PHPStan"
|
||||
|
|
3
.github/workflows/translations.yml
vendored
3
.github/workflows/translations.yml
vendored
|
@ -7,6 +7,9 @@ on:
|
|||
- master
|
||||
- 2.*
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
translations:
|
||||
name: "Translations"
|
||||
|
|
Loading…
Reference in a new issue