👷 Updated VT GitHub Action

This commit is contained in:
Nikhil Badyal
2022-08-16 00:19:04 +05:30
parent 12366f4dcd
commit ec11f9278e
+5 -1
View File
@@ -1,6 +1,9 @@
name: VirusTotal Scan
on:
push:
tags:
- 'Build*'
workflow_dispatch: # to trigger manually
jobs:
@@ -8,10 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v3
uses: nikhilbadyal/ghaction-virustotal@master
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
update_release_body: true
github_token: ${{ secrets.GH_TOKEN }}
request_rate: 4
files: |
.apk$