Skip to content

Update terraform and workflow to deploy Reporting V2 #2

Update terraform and workflow to deploy Reporting V2

Update terraform and workflow to deploy Reporting V2 #2

name: Reporting V2 Testing
on:
pull_request:
permissions:
id-token: write
jobs:
publish-images:
uses: ./.github/workflows/push-images.yml
terraform:
uses: ./.github/workflows/terraform-cmms.yml
secrets: inherit
with:
environment: ${{ inputs.environment }}
apply: ${{ inputs.apply }}
update-reporting-v2:
uses: ./.github/workflows/configure-reporting-v2.yml
needs: [ publish-images, terraform ]
with:
image-tag: ${{ needs.publish-images.outputs.image-tag }}
environment: ${{ inputs.environment }}
apply: ${{ inputs.apply }}