Skip to content

Commit

Permalink
Update generate_cve_json.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMarcio authored May 27, 2024
1 parent 16211e7 commit d0cdda8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/generate_cve_json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:

- name: Change directory to docs and run CVE JSON generator script
run: |
git branch -m main
remote set-url origin [email protected]:0xMarcio/cve.git
git checkout main
cd docs
python generate_cve_list.py
Expand All @@ -33,8 +32,8 @@ jobs:
cd ..
git config --global user.name '0xMarcio'
git config --global user.email '[email protected]'
git add docs/CVE_list.json
git add .
git commit -m 'Update CVE list JSON'
git push
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d0cdda8

Please sign in to comment.