Skip to content

Commit 83eaa33

Browse files
committed
Set GH_TOKEN env variable
1 parent dc59db9 commit 83eaa33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cleanup-cache.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ jobs:
2121
echo "Deleting cache with id $id"
2222
gh cache delete "$id"
2323
done
24+
env:
25+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)