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

Merge branch 'develop' into release/2.78.0 #102

Merge branch 'develop' into release/2.78.0

Merge branch 'develop' into release/2.78.0 #102

name: CI-acceptance
on:
push:
branches:
- 'release/*'
- 'hotfix/*'
- 'epic/*'
jobs:
trigger-acceptance-build:
environment: Acceptance
name: Call Azure Pipeline
runs-on: ubuntu-latest
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 }}"}'