Skip to content

Commit

Permalink
Update debricked.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AnExampleCompany authored Oct 10, 2024
1 parent 5b6a06c commit e5cb7cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/debricked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,11 @@ jobs:
env:
DEBRICKED_TOKEN: ${{ secrets.DEBRICKED_TOKEN_STAGING }}
DEBRICKED_URI: 'https://staging.debricked.com'

- name: Run Scan review app
if: success() || failure()
run: |
debricked scan
env:
DEBRICKED_TOKEN: ${{ secrets.DEBRICKED_TOKEN_REVIEW }}
DEBRICKED_URI: 'https://review-5832-overv-zu221v.review.debricked.dev'

0 comments on commit e5cb7cb

Please sign in to comment.