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 2d0492a commit 2a237bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/debricked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@ jobs:

# The base "debricked scan" does all this with sane default values.
- name: Run Scan
if: success() || failure()
run: |
debricked scan
env:
DEBRICKED_TOKEN: ${{ secrets.DEBRICKED_TOKEN }}

- name: Run Scan staging
if: success() || failure()
run: |
debricked scan
env:
Expand Down

0 comments on commit 2a237bc

Please sign in to comment.