Skip to content

fix(test_deploy.yaml): correct workflow reference from deploy-app.yam… #29

fix(test_deploy.yaml): correct workflow reference from deploy-app.yam…

fix(test_deploy.yaml): correct workflow reference from deploy-app.yam… #29

Workflow file for this run

name: Test Deploy
on:
push:
branches:
- develop
jobs:
deploy-setup:
uses: ./.github/workflows/deploy-setup.yaml
with:
cluster: ${{ secrets.DEV_STAGING_CLUSTER }}

Check failure on line 12 in .github/workflows/test_deploy.yaml

View workflow run for this annotation

GitHub Actions / Test Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/test_deploy.yaml (Line: 12, Col: 16): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.DEV_STAGING_CLUSTER .github/workflows/test_deploy.yaml (Line: 13, Col: 30): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.DEV_STAGING_KOPS_STATE_STORAGE
cluster_state_storage: ${{ secrets.DEV_STAGING_KOPS_STATE_STORAGE }}
deploy-backend:
uses: ./.github/workflows/deploy-backend.yaml