]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Fuzzit
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 17 May 2020 10:08:32 +0000 (12:08 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 17 May 2020 10:08:32 +0000 (12:08 +0200)
.github/workflows/fuzzit.yml

index a265dacddbcb57860ba8d58a4567f7a553686ff2..5428872ee02eccb697ea255cd15d5562f5c1f731 100644 (file)
@@ -32,5 +32,6 @@ jobs:
       run: |
          wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/latest/download/fuzzit_Linux_x86_64
          chmod a+x fuzzit
-         ./fuzzit auth ${{ secrets.FUZZIT }}
          ./fuzzit ./fuzzit create job --type fuzzing gwion fuzzer
+      env:
+        FUZZIT_API_KEY: ${{ secrets.FUZZIT }}