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 c06e92e commit 04caed6Copy full SHA for 04caed6
.github/workflows/test.yml
@@ -52,7 +52,7 @@ jobs:
52
# if: ${{ github.event_name == 'push' }}
53
run: gh cache delete compile-cache-main
54
env:
55
- GH_TOKEN: ${{ github.token }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
- name: Update Cache (Push)
57
58
uses: actions/cache/save@v4
0 commit comments