diff --git a/.github/workflows/scan_release.yml b/.github/workflows/scan_release.yml deleted file mode 100644 index 07872c8..0000000 --- a/.github/workflows/scan_release.yml +++ /dev/null @@ -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$