Skip to content

ELI-452: Moves non workflows to helpers #1

ELI-452: Moves non workflows to helpers

ELI-452: Moves non workflows to helpers #1

name: "5. CD | Deploy to Prod"
concurrency:
group: terraform-deploy-prod
cancel-in-progress: false
on:
workflow_dispatch:
inputs:
ref:
description: "RC tag to promote (e.g. v1.4.0-rc.2)"
required: true
jobs:
call:
uses: ./.github/workflows/helpers/base-deploy.yml

Check failure on line 16 in .github/workflows/cicd-5-prod-deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cicd-5-prod-deploy.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
environment: prod
ref: ${{ inputs.ref }}
secrets: inherit