Skip to content

Commit

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

0 comments on commit 5e80d83

Please sign in to comment.