Skip to content

Commit

Permalink
tech: add check to verify Scalingo applications deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuGilet committed Oct 29, 2024
1 parent 1260c03 commit 051c690
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/check-scalingo-deployment.yaml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 051c690

Please sign in to comment.