Skip to content

Commit 5a40190

Browse files
ci(release): add virustotal reports (#4036)
1 parent d3ef63b commit 5a40190

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
run: ls -l artifacts
192192

193193
- name: Create/Update GitHub Release
194-
uses: LizardByte/actions/actions/release_create@v2025.627.30023
194+
uses: LizardByte/actions/actions/release_create@v2025.702.213340
195195
with:
196196
allowUpdates: false
197197
body: ${{ needs.release-setup.outputs.release_body }}
@@ -200,3 +200,4 @@ jobs:
200200
prerelease: true
201201
tag: ${{ needs.release-setup.outputs.release_tag }}
202202
token: ${{ secrets.GH_BOT_TOKEN }}
203+
virustotal_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}

0 commit comments

Comments
 (0)