mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2024-12-27 11:28:21 +01:00
Delete scan_release.yml
Never really got this working.
This commit is contained in:
parent
ac6e226ed4
commit
2f27f2ac3a
18
.github/workflows/scan_release.yml
vendored
18
.github/workflows/scan_release.yml
vendored
@ -1,18 +0,0 @@
|
|||||||
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$
|
|
Loading…
Reference in New Issue
Block a user