Thanks to visit codestin.com
Credit goes to github.com

Skip to content

test: use non-virtualized tree for unit tests #648

test: use non-virtualized tree for unit tests

test: use non-virtualized tree for unit tests #648

Workflow file for this run

name: Push
on:
push:
branches:
- main
env:
NODE_VERSION: 20.x
jobs:
validation:
uses: ./.github/workflows/validation.yaml
build:
needs: [validation]
uses: ./.github/workflows/build.yaml
secrets:
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
deploy:
needs: [build]
uses: ./.github/workflows/deploy.yaml
secrets:
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
ALLOWED_SSH_IP: ${{ secrets.ALLOWED_SSH_IP }}
BASTION_PUBLIC_KEY: ${{ secrets.BASTION_PUBLIC_KEY }}
CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}

Check failure on line 28 in .github/workflows/push.yaml

View workflow run for this annotation

GitHub Actions / Push

Invalid workflow file

The workflow is not valid. .github/workflows/push.yaml (Line: 28, Col: 27): Invalid secret, CLOUDFLARE_ZONE_ID is not defined in the referenced workflow.
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
with:
frontend_image_tag: ${{ needs.build.outputs.frontend_image_tag }}
backend_image_tag: ${{ needs.build.outputs.backend_image_tag }}