Skip to content

[Enhancement ]- Add Deployment Pipeline (#45) #2

[Enhancement ]- Add Deployment Pipeline (#45)

[Enhancement ]- Add Deployment Pipeline (#45) #2

name: Deploy to Test
on:
workflow_dispatch:
push:
branches:
- main
env:
AWS_REGION: 'ca-central-1'
jobs:
deployToTest:
environment: test
uses: github.com/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 / .github/workflows/deploy-test-pipeline.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
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 }}