mirror of
https://github.com/0xMarcio/cve.git
synced 2026-02-12 18:42:46 +00:00
Update generate_cve_json.yml
This commit is contained in:
1
.github/workflows/generate_cve_json.yml
vendored
1
.github/workflows/generate_cve_json.yml
vendored
@@ -32,6 +32,7 @@ jobs:
|
||||
cd /home/runner/work/cve/cve
|
||||
git config --global user.name '0xMarcio'
|
||||
git config --global user.email 'marc@codepwn.win'
|
||||
git remote set-url origin https://0xMarcio:$GITHUB_TOKEN@github.com/0xMarcio/cve.git
|
||||
git add .
|
||||
git commit -m 'Update CVE list JSON'
|
||||
git push origin main
|
||||
|
||||
Reference in New Issue
Block a user