Skip to content

Commit

Permalink
fix: use PAT to delete existing cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schneider authored Mar 27, 2024
1 parent bf91491 commit 74151d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-vulnerability-database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
gh cache delete "${CACHE_ID}"
done
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.CLOUD_SDK_AT_SAP_ALL_ACCESS_PAT }}

- name: Cache CVE Database
uses: actions/cache/save@v4
Expand Down

0 comments on commit 74151d7

Please sign in to comment.