Skip to content

remove workload profile #22

remove workload profile

remove workload profile #22

Workflow file for this run

name: Infra CI
on:
push:
branches-ignore:
- 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
with:
environment: at21
tf_state: cert.tfstate
working_dir: infra/deploy/cert
auth:
name: Auth
needs: cert
secrets: inherit
uses: ./.github/workflows/infra-cd-template.yml
with:
environment: at21
tf_state: auth.tfstate
working_dir: infra/deploy/auth