We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc59db9 commit 83eaa33Copy full SHA for 83eaa33
.github/workflows/cleanup-cache.yml
@@ -21,3 +21,5 @@ jobs:
21
echo "Deleting cache with id $id"
22
gh cache delete "$id"
23
done
24
+ env:
25
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments