Skip to content

Commit

Permalink
Virustotal api key
Browse files Browse the repository at this point in the history
  • Loading branch information
DAMcraft committed Dec 18, 2023
1 parent 5c23289 commit 124b2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os

GITHUB_TOKEN = os.environ.get('GITHUB_TOKEN')
VIRUSTOTAL_API_KEY = os.environ.get('VT_API_KEY')
VIRUSTOTAL_API_KEY = os.environ.get('VIRUSTOTAL_API_KEY')
DISCORD_WEBHOOK = os.environ.get('DISCORD_WEBHOOK')
LAST_COMMIT = os.environ.get('LAST_COMMIT')
NEW_COMMIT = os.environ.get('NEW_COMMIT')
Expand Down

0 comments on commit 124b2ec

Please sign in to comment.