Skip to content

CHG0069161

CHG0069161 #5

name: Github Release Created
on:
release:
types: ["published"] # Inherits all input defaults
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
deploy-main:
name: Deploy changes to main in nonprod AWS Account
permissions:
id-token: write
contents: read
strategy:
max-parallel: 1
matrix:
component: [dnsroot]
uses: ./.github/workflows/reusable_internal_repo_build.yaml
secrets: inherit
with:
release_version: ${{ github.event.release.tag_name }}
target_workflow: "dispatch-deploy-static-notify-dns-env.yaml"
tf_environment: "main"
tf_group: "nhs-notify-dns-nonprod"
tf_component: ${{ matrix.component }}
tf_action: "apply"