mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-02-05 22:30:23 -06:00
virus total workflow
This commit is contained in:
4
.github/workflows/virustotal_scan.yml
vendored
4
.github/workflows/virustotal_scan.yml
vendored
@@ -53,8 +53,10 @@ jobs:
|
||||
done
|
||||
|
||||
- name: Update Release with Quick Report
|
||||
env:
|
||||
TAG: ${{ github.event.release.tag_name }}
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # <-- обязательно
|
||||
run: |
|
||||
TAG=${GITHUB_REF#refs/tags/}
|
||||
gh release view "$TAG" --json body -q .body > current_notes.txt
|
||||
cat vt_report.txt >> current_notes.txt
|
||||
gh release edit "$TAG" --notes-file current_notes.txt
|
||||
|
||||
Reference in New Issue
Block a user