Skip to content

Update schema domain list with RET1A and RET1B #2

Update schema domain list with RET1A and RET1B

Update schema domain list with RET1A and RET1B #2

Workflow file for this run

name: Deployment
on:
push:
branches: ["master"] #branch name
jobs:
use-reusable-workflow:
uses: navya-app/shared-cicd-pipeline/.github/workflows/deployment.yml@main #Reference to the reusable workflow

Check failure on line 9 in .github/workflows/deployment.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deployment.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deployment.yml" -> "navya-app/shared-cicd-pipeline/.github/workflows/deployment.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with: # Pass inputs
service_name: ondc-ref-app-protocol-service
branch_name: "master"
environment: "preprod"
secrets: # Pass secrets
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
GCLOUD_SERVICE_KEY: ${{ secrets.GCLOUD_SERVICE_KEY }}