Skip to content

Update deploy-test-pipeline.yml (#46) #3

Update deploy-test-pipeline.yml (#46)

Update deploy-test-pipeline.yml (#46) #3

name: Deploy to Test
on:
workflow_dispatch:
push:
branches:
- main
env:
AWS_REGION: 'ca-central-1'
jobs:
deployToTest:
environment: test
uses: ssc-spc-ccoe-cei/aws-guardrails-cac-solution/.github/workflows/deploy.yml@main

Check failure on line 15 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: 15, Col: 5): Unexpected value 'uses' .github/workflows/deploy-test-pipeline.yml (Line: 16, Col: 5): Unexpected value 'with'
with:
aws-region: ${{ env.AWS_REGION }}
deploy-version: ${{ vars.DEPLOY_VERSION }}
secrets:
aws-role-arn: ${{ secrets.AWS_ROLE_ARN }}
config-file-content: ${{ secrets.CONFIG_FILE_CONTENT }}