Skip to content

CCM-7407 target new dedicated jobs for builds #1

CCM-7407 target new dedicated jobs for builds

CCM-7407 target new dedicated jobs for builds #1

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
permissions:
id-token: write
contents: read
strategy:
max-parallel: 1
matrix:
component: [acct, cdn]
uses: ./.github/workflows/reusable/internal_repo_build.yaml

Check failure on line 24 in .github/workflows/release_created.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release_created.yaml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
secrets: inherit
with:
release_version: ${{ github.event.release.tag_name }}
target_workflow: "dispatch-deploy-static-notify-web-gateway.yaml"
tf_environment: "main"
tf_group: "nhs-notify-web-nonprod"
tf_component: ${{ matrix.component }}
tf_action: "apply"