This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Feature/cor 1866 sync master to dev (#4960) (#4961) #585
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 | |
on: | |
push: | |
branches: | |
- master | |
workflow_dispatch: | |
jobs: | |
build: | |
name: Call Azure Pipeline | |
runs-on: ubuntu-22.04 | |
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_PROD }} | |
azure-devops-token: ${{ secrets.VWS_AZURE_DEVOPS_TOKEN }} |