👷 Added VT Scan to build apk

This commit is contained in:
Nikhil Badyal
2022-08-15 18:36:31 +05:30
parent fb803eed3f
commit 440a04db7a
2 changed files with 11 additions and 2 deletions
+11
View File
@@ -49,3 +49,14 @@ jobs:
artifacts: "apks/*-output.apk" artifacts: "apks/*-output.apk"
token: ${{ secrets.GH_TOKEN }} token: ${{ secrets.GH_TOKEN }}
tag: Build-${{ steps.get-date.outputs.date }} tag: Build-${{ steps.get-date.outputs.date }}
artifactErrorsFailBuild: true
generateReleaseNotes: true
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v3
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
update_release_body: true
github_token: ${{ secrets.GH_TOKEN }}
files: |
.apk$
-2
View File
@@ -1,8 +1,6 @@
name: VirusTotal Scan name: VirusTotal Scan
on: on:
release:
types: [published]
workflow_dispatch: # to trigger manually workflow_dispatch: # to trigger manually
jobs: jobs: