Skip to content

Commit

Permalink
Fix VirusTotal CI job running on PR's
Browse files Browse the repository at this point in the history
PR's don't have the API Key
  • Loading branch information
optix2000 committed Aug 8, 2021
1 parent 79e258b commit bdd863a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
path: totsugeki.exe
retention-days: 1
- uses: optix2000/ghaction-virustotal@v2
if: ${{ github.event_name != 'pull_request' }}
with:
vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
files: totsugeki.exe
Expand Down

0 comments on commit bdd863a

Please sign in to comment.