We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af74130 commit a7af85aCopy full SHA for a7af85a
1 file changed
.github/workflows/codeql-analysis.yml
@@ -123,8 +123,6 @@ jobs:
123
124
- name: Purge the oldest TRAP cache
125
if: ${{ github.repository == 'ruby/ruby' && matrix.language == 'cpp'}}
126
- run: |
127
- gh extension install actions/gh-actions-cache
128
- gh actions-cache list --key codeql --order asc --limit 1 | cut -f 1 | xargs -I{} gh actions-cache delete {} --confirm
+ run: gh cache list --key codeql --order asc --limit 1 --json key --jq '.[].key' | xargs -I{} gh cache delete {}
129
env:
130
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.MATZBOT_GITHUB_WORKFLOW_TOKEN }}
0 commit comments