From 56f0702c047e18340ce57863053f19965a0b2ee7 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Tue, 16 Aug 2022 00:35:24 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Removed=20VT=20from=20build=20ap?= =?UTF-8?q?k=20skip[CI]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-apk.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index 622eb50..993a0b7 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -51,12 +51,3 @@ jobs: 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$