Delete scan_release.yml

Never really got this working.
This commit is contained in:
arkon 2023-04-01 17:29:18 -04:00 committed by GitHub
parent ac6e226ed4
commit 2f27f2ac3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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$