Skip to content

Commit

Permalink
build: Add a step for VirusTotal Scan to the release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Postcount CI committed Mar 3, 2023
1 parent b1e99a2 commit 6207c29
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
virustotal:
needs: goreleaser
runs-on: ubuntu-latest
steps:
-
name: VirusTotal Scan
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v3
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
Expand Down

0 comments on commit 6207c29

Please sign in to comment.