Skip to content

Commit

Permalink
coverity: use email from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
jadenabrams100 authored Apr 8, 2024
1 parent 98fe408 commit b901867
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,12 @@ jobs:
curl \
--form project=grass \
--form token=$TOKEN \
--form email=[email protected] \
--form email=$EMAIL \
--form [email protected] \
--form version=master \
--form description="`git rev-parse --abbrev-ref HEAD` `git rev-parse --short HEAD`" \
https://scan.coverity.com/builds?project=grass
env:
TOKEN: ${{ secrets.COVERITY_PASSPHRASE }}
EMAIL: ${{ secrets.COVERITY_USER }}

0 comments on commit b901867

Please sign in to comment.