mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
👷 Added VT Scan to build apk
This commit is contained in:
@@ -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$
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user