]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: [coverity]
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 16 Feb 2020 20:57:07 +0000 (21:57 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 16 Feb 2020 20:57:07 +0000 (21:57 +0100)
.github/workflows/coverity.yml

index e739042f36841822a183d18d7c3edc7eea009353..1939e6089d4d635a9f74112670d3567e14a48f28 100644 (file)
@@ -21,7 +21,7 @@ jobs:
 
     - name: Download tool
       run: |
-        wget -q https://scan.coverity.com/download/cxx/linux64 --post-data "${{ secrets.COVERITY_TOKEN }}&project=fennecdjay/Gwion" -O cov-analysis-linux64.tar.gz
+        wget -q https://scan.coverity.com/download/cxx/linux64 --post-data "token=${{ secrets.COVERITY_TOKEN }}&project=fennecdjay/Gwion" -O cov-analysis-linux64.tar.gz
         mkdir cov-analysis-linux64
         tar xzf cov-analysis-linux64.tar.gz --strip 1 -C cov-analysis-linux64