Files
docker-py-revanced/.github/workflows/virus-total-scan.yml
T
2022-08-14 18:53:31 +05:30

20 lines
432 B
YAML

name: VirusTotal Scan
on:
release:
types: [published]
workflow_dispatch: # to trigger manually
jobs:
virustotal:
runs-on: ubuntu-latest
steps:
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v3
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
update_release_body: true
github_token: ${{ secrets.GH_TOKEN }}
files: |
"*-output.apk"