Skip to content

CD - Dev

CD - Dev #71

Workflow file for this run

name: CD - Dev
on:
workflow_run:
workflows:
- CI
branches:
- main
types:
- completed
env:
CI: true
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
permissions:
id-token: write
contents: read
deployments: write
jobs:
deploy-dev:
name: Deploy Dev
concurrency:
group: ${{ format('{0}-{1}', github.workflow, github.job) }}
uses: ./.github/workflows/deploy.yml

Check failure on line 27 in .github/workflows/cd-dev.yml

View workflow run for this annotation

GitHub Actions / CD - Dev

Invalid workflow file

The workflow is not valid. .github/workflows/cd-dev.yml (Line: 27, Col: 11): Input environment_url is required, but not provided while calling.
with:
environment_name: development
stack_environment: DEV
secrets: inherit