This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
fix(COR-1809): Remove unused variable replacement (#4879) (#4893) #575
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-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_PROD }} | |
azure-devops-token: ${{ secrets.VWS_AZURE_DEVOPS_TOKEN }} |