mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2024-11-10 12:47:25 +01:00
66dbd0cc40
Co-authored-by: Renovate Bot <bot@renovateapp.com>
19 lines
338 B
YAML
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$
|