mihon-preview/.github/workflows/scan_release.yml
renovate[bot] 66dbd0cc40
Update crazy-max/ghaction-virustotal action to v3 (#4)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-26 09:06:08 -04:00

19 lines
338 B
YAML

name: Scan release
on:
release:
types: [published]
jobs:
virustotal:
runs-on: ubuntu-latest
steps:
- name: VirusTotal scan
uses: crazy-max/ghaction-virustotal@v3
with:
vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
update_release_body: true
files: |
.apk$