Skip to content

CAPT-1601 Form object for /still-teaching #755

CAPT-1601 Form object for /still-teaching

CAPT-1601 Form object for /still-teaching #755

name: Delete Review App
on:
pull_request:
types: [closed]
jobs:
delete-review-app:
name: Delete Review App ${{ github.event.pull_request.number }}
runs-on: ubuntu-latest
steps:
- uses: Azure/[email protected]
with:
azure-devops-project-url: 'https://dev.azure.com/dfe-ssp/S118-Teacher-Payments-Service'
azure-pipeline-name: 'DFE-Digital.claim-additional-payments-for-teaching-destroy-review-app' # name of the Azure pipeline to be triggered
azure-devops-token: '${{ secrets.AZUREDEVOPSTOKEN }}'
azure-pipeline-variables: '{"pr_number": "${{ github.event.pull_request.number }}"}'