Skip to content

Commit

Permalink
Make it more like the online example
Browse files Browse the repository at this point in the history
  • Loading branch information
madolson committed Apr 2, 2024
1 parent 44e65b2 commit 6a0ddb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
run: |
tar czvf cov-int.tgz cov-int
curl \
--form project=valkey-io%2Fvalkey \
--form email=${{ secrets.COVERITY_SCAN_EMAIL }} \
--form token=${{ secrets.COVERITY_SCAN_TOKEN }} \
--form [email protected] \
https://scan.coverity.com/builds
https://scan.coverity.com/builds?project=valkey-io%2Fvalkey

0 comments on commit 6a0ddb6

Please sign in to comment.