Skip to content

Commit

Permalink
Fix miss configuration on update db workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkiros authored Oct 20, 2024
1 parent 31992c2 commit 9d399af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:

update_cwe_db:
runs-on: ubuntu-latest
needs: update_capec_db

steps:
- name: Checkout repository
uses: actions/checkout@v2
needs: update_capec_db

- name: Set up Python
uses: actions/setup-python@v2
Expand All @@ -68,4 +68,4 @@ jobs:
git diff --staged --quiet || git commit -m "Update CWE DB"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9d399af

Please sign in to comment.