Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Stern committed Sep 30, 2024
1 parent f5cab8b commit b173e75
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
coverity:
runs-on: ubuntu-latest
steps:
- env:
COVERITY_SCAN_EMAIL: ${{ secrets.COVERITY_SCAN_EMAIL }}
COVERITY_SCAN_TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
- name Secrets
env:
COVERITY_SCAN_EMAIL: ${{ secrets.COVERITY_SCAN_EMAIL }}
COVERITY_SCAN_TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
- uses: actions/checkout@v3
- uses: vapier/coverity-scan-action@v1
with:
Expand Down

0 comments on commit b173e75

Please sign in to comment.