Skip to content

.github/workflows/infra-cd.yml #11

.github/workflows/infra-cd.yml

.github/workflows/infra-cd.yml #11

Workflow file for this run

name: Infra CD
on:
workflow_dispatch:
push:
branches:
- main
paths:
- infra/**
- .github/workflows/infra-*
permissions:
id-token: write
contents: read
pull-requests: write
jobs:
cert:
name: Cert
secrets: inherit
uses: ./.github/workflows/infra-cd-template.yml

Check failure on line 21 in .github/workflows/infra-cd.yml

View workflow run for this annotation

GitHub Actions / Infra CD

Invalid workflow file

The workflow is not valid. In .github/workflows/infra-cd.yml (Line: 21, Col: 11): Error from called workflow Altinn/altinn-authorization-tmp/.github/workflows/infra-cd-template.yml@5fb01bade1fa3f0191b0b034361e8c6404b99f14 (Line: 78, Col: 14): Unrecognized named-value: 'apply'. Located at position 1 within expression: apply.outputs.result.key_vault_name.name
strategy:
matrix:
environment: [at21]
with:
environment: ${{ matrix.environment }}
tf_state: cert.tfstate
working_dir: infra/deploy/cert
auth:
name: Auth
secrets: inherit
uses: ./.github/workflows/infra-cd-template.yml
strategy:
matrix:
environment: [at21]
with:
environment: ${{ matrix.environment }}
tf_state: auth.tfstate
working_dir: infra/deploy/auth
register:
name: Altinn Register
secrets: inherit
uses: ./.github/workflows/infra-cd-template.yml
strategy:
matrix:
environment: [at21]
with:
environment: ${{ matrix.environment }}
tf_state: Altinn.Register.tfstate
working_dir: infra/deploy/altinn-register