This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
feat(COR-1820): Update scope on vaccines and gm deceased page (#4929) #1575
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: CI-dev | |
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
trigger-develop-build: | |
environment: Development | |
name: Call Azure Pipeline | |
runs-on: ubuntu-latest | |
steps: | |
- name: Azure Pipelines Action | |
uses: Azure/pipelines@v1 | |
with: | |
azure-devops-project-url: https://dev.azure.com/${{ secrets.VWS_AZURE_ORGANIZATION_NAME }}/${{ secrets.VWS_AZURE_PROJECT_NAME }} | |
azure-pipeline-name: ${{ secrets.VWS_AZURE_PIPELINE_NAME_DEV }} | |
azure-devops-token: ${{ secrets.VWS_AZURE_DEVOPS_TOKEN }} |