Skip to content

Commit

Permalink
Merge 54fb205 into edbeb06
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Jul 20, 2022
2 parents edbeb06 + 54fb205 commit 83be7d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Download Coverity
run: |
cd ..
wget -q https://scan.coverity.com/download/linux64 --post-data "token=${COVERITY_TOKEN}&project=r3" -O coverity-linux64.tgz
wget -q https://scan.coverity.com/download/linux64 --post-data "token=${secrets.COVERITY_TOKEN}&project=r3" -O coverity-linux64.tgz
mkdir coverity
tar xzf coverity-linux64.tgz --strip 1 -C coverity
echo "$(pwd)/coverity/bin" >> $GITHUB_PATH
Expand All @@ -28,7 +28,7 @@ jobs:
run: |
tar czvf r3.tgz cov-int
curl \
--form token=${COVERITY_TOKEN} \
--form token=${secrets.COVERITY_TOKEN} \
--form email=yoanlin93+github@gmail.com \
--form file=@r3.tgz \
--form version=${GITHUB_SHA} \
Expand Down

0 comments on commit 83be7d4

Please sign in to comment.