Skip to content

Adding a wrapper workflow to call the deploy tests #2

Adding a wrapper workflow to call the deploy tests

Adding a wrapper workflow to call the deploy tests #2

name: Trigger Secure Deploy

Check failure on line 1 in .github/workflows/trigger-secure-deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/trigger-secure-deploy.yml

Invalid workflow file

(Line: 23, Col: 5): Unexpected value 'environment'
on:
workflow_dispatch:
inputs:
run_deploy_operator:
description: 'Run deploy operator and deployment tests'
required: false
default: false
type: boolean
target_branch:
description: 'Branch to run deploy tests on'
required: false
default: 'main'
type: string
jobs:
call-container-validation:
uses: ./.github/workflows/container-validation-backends.yml
with:
run_deploy_operator: ${{ github.event.inputs.run_deploy_operator }}
target_branch: ${{ github.event.inputs.target_branch }}
environment: protected-deploy # manual approval before triggering