chore: fall back into vuln-list-reserve (#229)

This commit is contained in:
Teppei Fukuda 2023-07-25 11:23:16 +03:00 committed by GitHub
parent f883ce2682
commit 66b50df091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ jobs:
- name: Check out vuln-list repo
uses: actions/checkout@v3
with:
repository: ${{ github.repository_owner }}/vuln-list
repository: ${{ github.repository_owner }}/vuln-list-reserve
token: ${{ secrets.ACCESS_TOKEN }}
path: ${{ env.VULN_LIST_DIR }}