Fixup pipelines
This commit is contained in:
parent
70c614f121
commit
5afa7fe6be
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue