Make journey_session available in forms #759
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/pipelines@v1.2 | |
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 }}"}' |