Skip to content

Commit 615e534

Browse files
committed
fix: overwrite cache on GHA
1 parent e1e1bc4 commit 615e534

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
run: |
7878
KEY="buildx-cache-${{ matrix.policy }}-${{ matrix.platform }}"
7979
gh cache delete ${KEY} || true
80+
env:
81+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8082

8183
- name: Save cache
8284
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)