Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

task(2.89.0): Merge develop into release branch #184

task(2.89.0): Merge develop into release branch

task(2.89.0): Merge develop into release branch #184

name: CI-acceptance
on:
push:
branches:
- 'release/*'
- 'hotfix/*'
- 'epic/*'
jobs:
trigger-acceptance-build:
environment: Acceptance
name: Call Azure Pipeline
runs-on: ubuntu-22.04
steps:
- name: Azure Pipelines Action
uses: Azure/[email protected]
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_ACC }}
azure-devops-token: ${{ secrets.VWS_AZURE_DEVOPS_TOKEN }}
azure-pipeline-variables: '{"FRONTEND_BRANCH": "${{ github.ref_name }}"}'