Skip to content

Commit

Permalink
Fix VT API key check
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Nov 2, 2024
1 parent 5b2b81f commit 0c8958e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: ./gradlew build --stacktrace --warning-mode=fail

- name: Upload to VirusTotal for analysis
if: ${{ github.event_name == 'push' && secrets.VIRUSTOTAL_API_KEY != '' }}
if: ${{ github.event_name == 'push' && github.secrets.VIRUSTOTAL_API_KEY != '' }}
uses: crazy-max/ghaction-virustotal@v4
with:
vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
Expand Down

0 comments on commit 0c8958e

Please sign in to comment.