From e967b7ddd8885546f75a62c61e49aedb49319121 Mon Sep 17 00:00:00 2001 From: Pedro Domingues Date: Mon, 18 Mar 2024 23:42:41 -0300 Subject: [PATCH] feat(publish_beta): adiciona trigger thf devops --- .github/workflows/publish_po_angular_ci-beta.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/publish_po_angular_ci-beta.yml b/.github/workflows/publish_po_angular_ci-beta.yml index 2d434fa05..17982aeb1 100644 --- a/.github/workflows/publish_po_angular_ci-beta.yml +++ b/.github/workflows/publish_po_angular_ci-beta.yml @@ -173,3 +173,11 @@ jobs: env: PACKAGE_VERSION: ${{ steps.package-version.outputs.current-version }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + + - name: Trigger Azure DevOps Pipeline THF-COMPONENTS@development + uses: Azure/pipelines@v1.2 + with: + azure-devops-project-url: '${{ secrets.THF_AZURE_DEVOPS_PROJECT_URL }}' + azure-pipeline-name: 'thf-components-development-ci' + azure-devops-token: '${{ secrets.THF_AZURE_DEVOPS_TOKEN }}' + azure-pipeline-variables: '{"po-ui-version": "${{ steps.package-version.outputs.current-version }}"}' \ No newline at end of file