Fixup pipelines

This commit is contained in:
Greyscale 2024-05-18 16:39:31 +02:00
parent 70c614f121
commit 5afa7fe6be

View file

@ -2,9 +2,6 @@ name: Build Swarm Loadbalancer
permissions:
contents: read
packages: read
checks: read
on:
workflow_call:
workflow_dispatch:
@ -23,16 +20,19 @@ jobs:
uses: ./.github/workflows/docker.build.yml
secrets: inherit
permissions:
contents: read
packages: write
check-php:
uses: ./.github/workflows/php.check.yml
secrets: inherit
permissions:
contents: read
pull-requests: write
check-trunk:
uses: ./.github/workflows/trunk.check.yml
secrets: inherit
permissions:
contents: read
checks: write
release-container:
needs:
@ -42,4 +42,5 @@ jobs:
uses: ./.github/workflows/docker.release.yml
secrets: inherit
permissions:
contents: read
packages: write