mihon-preview/.github/workflows/scan_release.yml

19 lines
338 B
YAML
Raw Normal View History

2022-04-15 21:25:49 +02:00
name: Scan release
on:
release:
types: [published]
jobs:
virustotal:
runs-on: ubuntu-latest
steps:
- name: VirusTotal scan
uses: crazy-max/ghaction-virustotal@v3
2022-04-15 21:25:49 +02:00
with:
vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
update_release_body: true
files: |
2022-05-15 01:39:04 +02:00
.apk$