Skip to content

Commit

Permalink
try add trigger for ADO pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kisantia committed Mar 22, 2024
1 parent c9dfffd commit 3e79c8d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/trigger-update-galleries-pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Trigger Update Galleries Pipeline

on:
push:
branches:
- release/extensions
- extensions/rc1
- kisantia/galleriesPipelineTest

jobs:
trigger-update-galleries:
runs-on: ubuntu-latest
steps:
- uses: Azure/pipelines@v1
with:
azure-devops-project-url: 'https://dev.azure.com/msdata/SQLToolsAndLibraries/_git/AzureDataStudio'
azure-pipeline-name: 'Update_AzureDataStudio_Extensions_Gallery' # name of the Azure pipeline to be triggered
azure-devops-token: '${{ secrets.ADO_UPDATE_GALLERIES_TOKEN }}'
azure-pipeline-variables: '{"triggeringBranch": "kisantia/galleriesPipelineTest"}' # optional stringified json

0 comments on commit 3e79c8d

Please sign in to comment.