We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c3b76 commit 1cae568Copy full SHA for 1cae568
.github/workflows/test.yml
@@ -50,6 +50,8 @@ jobs:
50
- name: Delete Cache (Push)
51
# if: ${{ github.event_name == 'push' }}
52
run: gh cache delete compile-cache-main
53
+ env:
54
+ GH_TOKEN: ${{ github.token }}
55
- name: Update Cache (Push)
56
57
uses: actions/cache/save@v4
0 commit comments