Skip to content

Commit 0ffb158

Browse files
authored
Add GitHub token to clear-cache.yml
1 parent fae7493 commit 0ffb158

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/clear-cache.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ jobs:
1212

1313
steps:
1414
- name: Clear all cache
15-
run: gh cache delete -a
15+
run: gh cache delete -a
16+
env:
17+
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)