Skip to content

Commit

Permalink
Use api key
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed May 27, 2024
1 parent e22de39 commit 7bcc7dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sendJsonFile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ jobs:
- name: Install VirusTotal
run: choco install vt-cli
- name: Scan add-on with VirusTotal
run : vt scan file addon.nvda-addon
env:
API_KEY: ${{ secrets.virusTotalApiKey }}
run: vt scan file -k env:API_KEY addon.nvda-addon
call-workflow-passing-data:
needs: check-addon
uses: ./.github/workflows/checkAndSubmitAddonMetadata.yml
Expand Down

0 comments on commit 7bcc7dc

Please sign in to comment.