From bd15e96e18a153604bafeffa5b402c98fe816d53 Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Wed, 24 Sep 2025 20:15:16 -0300 Subject: [PATCH] Revert "pass gh-token" This reverts commit cadfa253c644a9f6dc870e3977614963bae60f2f. --- .github/workflows/desktop-build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index cc84851f1..f17486202 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -286,7 +286,6 @@ jobs: with: install-type: "binary" ccache-key-prefix: ccache-${{matrix.os}}-${{matrix.soc}}-${{matrix.type}} - gh-token: ${{ secrets.GITHUB_TOKEN }} # Using jurplel/install-qt-action to install Qt without using brew # qt build using vcpkg either just fails or takes too long to build