Skip to content

Commit

Permalink
Use new jjmurre/trigger-ado-deploy for ADO triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmurre committed Nov 29, 2023
1 parent d873d37 commit 9412d02
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/trigger-ado-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Call Azure
uses: Azure/pipelines@v1
uses: jjmurre/trigger-ado-pipeline@v1
with:
azure-devops-project-url: ${{ vars.AZURE_DEVOPS_URL }}
azure-pipeline-name: ${{ vars.AZURE_DEVOPS_PIPELINE }}
azure-devops-token: ${{ secrets.AZURE_DEVOPS_TOKEN }}
azure-pipeline-variables: '${{ vars.AZURE_PIPELINE_VARS }}'
pipeline-id: 1908
organisation: CloudCompetenceCenter
project: 'Data Diensten'
pat-token: ${{ secrets.AZURE_DEVOPS_TOKEN }}
template-params: '{"environment": "dev"}'

0 comments on commit 9412d02

Please sign in to comment.