Skip to content

add at22 workflows (#81) #19

add at22 workflows (#81)

add at22 workflows (#81) #19

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 / .github/workflows/infra-cd.yml

Invalid workflow file

error parsing called workflow ".github/workflows/infra-cd.yml" -> "./.github/workflows/infra-cd-template.yml" : failed to fetch workflow: workflow was not found.
strategy:
matrix:
environment: [at21, at22]
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, at22]
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, at22]
with:
environment: ${{ matrix.environment }}
tf_state: Altinn.Register.tfstate
working_dir: infra/deploy/altinn-register