Skip to content

fix: failing tests #224

fix: failing tests

fix: failing tests #224

name: Deploy to staging
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- staging-v2
jobs:
deploy:
name: Deploy
uses: ./.github/workflows/deploy.yml

Check failure on line 15 in .github/workflows/deploy-staging.yml

View workflow run for this annotation

GitHub Actions / Deploy to staging

Invalid workflow file

The workflow is not valid. In .github/workflows/deploy-staging.yml (Line: 15, Col: 11): Error from called workflow opengovsg/plumber/.github/workflows/deploy.yml@0dc6768b2857e3d252e840601913524e231b4564 (Line: 79, Col: 9): Unexpected value 'secrets'
with:
environment: 'staging'
aws-account-id: '964715690079'
cicd-role: 'arn:aws:iam::964715690079:role/plumber-staging-github-oidc-role'
ecr-repository: 'plumber-staging'
ecs-cluster-name: 'plumber-staging-ecs'
ecs-service-name: 'plumber-staging-ecs-service'
codedeploy-application: 'plumber-staging-ecs-app'
codedeploy-deployment-group: 'plumber-staging-ecs-dg'
release-version: ${{ github.sha }}