Skip to content

Deploy CAC To Test Pipeline #16

Deploy CAC To Test Pipeline

Deploy CAC To Test Pipeline #16

name: Deploy to Test
on:
workflow_dispatch:
push:
branches:
- main
env:
AWS_REGION: ca-central-1
ENVIRONMENT: test
jobs:
deployToTest:
permissions:
id-token: write
contents: read
uses: ssc-spc-ccoe-cei/aws-guardrails-cac-solution/.github/workflows/deploy.yml@singhgss-patch-1

Check failure on line 18 in .github/workflows/deploy-test-pipeline.yml

View workflow run for this annotation

GitHub Actions / Deploy to Test

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-test-pipeline.yml (Line: 18, Col: 11): Input deploy-version is required, but not provided while calling.
with:
environment: test
aws-region: ca-central-1