mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-05 04:35:46 -07:00
Add Github token to release virus scan
This commit is contained in:
parent
0a4730625c
commit
65dc466c07
1 changed files with 1 additions and 0 deletions
1
.github/workflows/submit-winget.yml
vendored
1
.github/workflows/submit-winget.yml
vendored
|
@ -32,6 +32,7 @@ jobs:
|
|||
uses: crazy-max/ghaction-virustotal@v4
|
||||
with:
|
||||
vt_api_key: ${{ secrets.VT_API_KEY }}
|
||||
github_token: ${{ secrets.GHACTIONS_TOKEN }}
|
||||
update_release_body: true
|
||||
files: |
|
||||
.exe$
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue