Skip to content

Azurite existingvar #379

Azurite existingvar

Azurite existingvar #379

Workflow file for this run

name: Build and Publish (Non-Release)
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main
jobs:
ci-draft:
uses: ./.github/workflows/ci-build-publish.yml

Check failure on line 15 in .github/workflows/ci-draft.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-draft.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci-draft.yml" -> "./.github/workflows/ci-build-publish.yml" : (Line: 5, Col: 5): Unexpected value 'env'
secrets:
AZURE_DEVOPS_ARTIFACT_USERNAME: ${{ secrets.AZURE_DEVOPS_ARTIFACT_USERNAME }}
AZURE_DEVOPS_ARTIFACT_TOKEN: ${{ secrets.AZURE_DEVOPS_ARTIFACT_TOKEN }}
HMCTS_ADO_PAT: ${{ secrets.HMCTS_CP_ADO_PAT }}
with:
is_publish: ${{ github.event_name == 'push' }}
trigger_docker: ${{ github.event_name == 'push' }}
trigger_deploy: ${{ github.event_name == 'push' }}