Skip to content

Commit

Permalink
Removed TOKEN from coverity configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jun 26, 2023
1 parent c6df67f commit 113be7a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
CC: gcc
CXX: g++
MAKEFLAGS: j4
TOKEN: qjcM1CWLcq9PJB3yL0ZXIw
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -57,7 +56,7 @@ jobs:

- name: Download Coverity
run: |
wget -q https://scan.coverity.com/download/cxx/linux64 --post-data "token=$TOKEN&project=$GITHUB_REPOSITORY" -O cov-analysis-linux64.tar.gz
wget -q https://scan.coverity.com/download/cxx/linux64 --post-data "project=$GITHUB_REPOSITORY" -O cov-analysis-linux64.tar.gz
mkdir cov-analysis-linux64
tar xzf cov-analysis-linux64.tar.gz --strip 1 -C cov-analysis-linux64
Expand All @@ -72,8 +71,7 @@ jobs:
tar czvf results.tgz cov-int
curl \
--form project=$GITHUB_REPOSITORY \
--form token=$TOKEN \
--form [email protected] \
--form [email protected] \
--form [email protected] \
--form version=$GITHUB_REF \
--form description=$GITHUB_SHA \
Expand Down

0 comments on commit 113be7a

Please sign in to comment.