From cedeab8080c43b7833d9ad3b1762c656bb935a68 Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Thu, 6 Nov 2025 21:18:27 -0300 Subject: [PATCH] pass gh_token --- .github/workflows/desktop-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 547ffb94d..63c9d1331 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -121,6 +121,8 @@ jobs: steps: - name: Force clean cache if: true + env: + GH_TOKEN: ${{ github.token }} run: gh cache delete qt-macos-${{ matrix.soc }}-${{ env.QT_VERSION }} - name: Restore thin Qt libraries