Added permissions to github actions

This commit is contained in:
Jan Böhmer 2025-08-30 22:15:09 +02:00
parent 80482f7294
commit 5238be1460
5 changed files with 22 additions and 7 deletions

View file

@ -1,5 +1,8 @@
name: Build assets artifact
permissions:
contents: read
on:
push:
branches:

View file

@ -1,5 +1,8 @@
name: Docker Image Build
permissions:
contents: read
on:
#schedule:
# - cron: '0 10 * * *' # everyday at 10am

View file

@ -1,5 +1,8 @@
name: Docker Image Build (FrankenPHP)
permissions:
contents: read
on:
#schedule:
# - cron: '0 10 * * *' # everyday at 10am

View file

@ -1,5 +1,8 @@
name: Static analysis
permissions:
contents: read
on:
push:
branches:

View file

@ -1,5 +1,8 @@
name: PHPUnit Tests
permissions:
contents: read
on:
push:
branches: