There was an error while loading. Please reload this page.
1 parent e1e1bc4 commit 615e534Copy full SHA for 615e534
.github/workflows/build.yml
@@ -77,6 +77,8 @@ jobs:
77
run: |
78
KEY="buildx-cache-${{ matrix.policy }}-${{ matrix.platform }}"
79
gh cache delete ${KEY} || true
80
+ env:
81
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
82
83
- name: Save cache
84
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
0 commit comments