Update schema domain list with RET1A and RET1B #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / .github/workflows/deployment.ymlInvalid workflow file
|
||
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 }} |