diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 3478d98..8d9a188 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -23,8 +23,9 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Trigger Cast Scan Azure Pipeline - uses: Azure/pipelines@v1.2 + #uses: Azure/pipelines@v1.2 + uses: gaoruhao/azure-pipeline-github-action@v1.6 with: azure-devops-project-url: 'https://dev.azure.com/rvmado/NVS_EH' - azure-pipeline-name: 'rvmsswt002.AzFuncWHRepo' + azure-pipeline-name: 'rvmsswt002.GitHubActions' azure-devops-token: '${{ secrets.AZURE_DEVOPS_TOKEN }}'