We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae7493 commit 0ffb158Copy full SHA for 0ffb158
1 file changed
.github/workflows/clear-cache.yml
@@ -12,4 +12,6 @@ jobs:
12
13
steps:
14
- name: Clear all cache
15
- run: gh cache delete -a
+ run: gh cache delete -a
16
+ env:
17
+ GH_TOKEN: ${{ github.token }}
0 commit comments