mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-07-04 15:46:16 +00:00
hotfix: broken pipeline
This commit is contained in:
parent
7e396251d3
commit
6f359475dc
2 changed files with 4 additions and 0 deletions
2
.github/workflows/deploy-on-merge.yml
vendored
2
.github/workflows/deploy-on-merge.yml
vendored
|
|
@ -28,6 +28,8 @@ jobs:
|
|||
matrix:
|
||||
host: ${{ fromJson(needs.discover.outputs.hosts) }}
|
||||
fail-fast: false
|
||||
permissions:
|
||||
id-token: write
|
||||
uses: ./.github/workflows/_deploy-core.yml
|
||||
with:
|
||||
host: ${{ matrix.host }}
|
||||
|
|
|
|||
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -44,6 +44,8 @@ jobs:
|
|||
matrix:
|
||||
host: ${{ fromJson(needs.prepare.outputs.hosts) }}
|
||||
fail-fast: false
|
||||
permissions:
|
||||
id-token: write
|
||||
uses: ./.github/workflows/_deploy-core.yml
|
||||
with:
|
||||
host: ${{ matrix.host }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue