diff --git a/.github/workflows/check-scalingo-deployment.yaml b/.github/workflows/check-scalingo-deployment.yaml new file mode 100644 index 00000000000..acf3291673b --- /dev/null +++ b/.github/workflows/check-scalingo-deployment.yaml @@ -0,0 +1,14 @@ +name: Check Scalingo deployment +on: + check_suite: + types: [completed] +jobs: + check-api-deployment: + runs-on: ubuntu-latest + steps: + - uses: 1024pix/pix-actions/check-scalingo-deployment@1b2e840880b97fd705ac1050e0409e2849914e2c + with: + token: ${{ secrets.GITHUB_TOKEN }} + repository: ${{ github.event.repository.full_name }} + application: "pix-api-review-pr"${{ github.event.pull_requests[0].number }} + sha: ${{ github.event.head_sha }}