From 65822ecf86a4ebac8f20eb40ed44bb7a76cfde54 Mon Sep 17 00:00:00 2001 From: TellowKrinkle Date: Tue, 17 Mar 2026 13:20:17 -0500 Subject: [PATCH] Revert "GHActions: Fix cache clean permissions" This reverts commit 9dff4f2005c83ecd971666bb2a9c09bea4cd4c41. --- .github/workflows/linux_build_flatpak.yml | 3 --- .github/workflows/linux_build_qt.yml | 3 --- .github/workflows/macos_build.yml | 3 --- 3 files changed, 9 deletions(-) diff --git a/.github/workflows/linux_build_flatpak.yml b/.github/workflows/linux_build_flatpak.yml index 8eb1dd276e..8a6f2ee041 100644 --- a/.github/workflows/linux_build_flatpak.yml +++ b/.github/workflows/linux_build_flatpak.yml @@ -49,9 +49,6 @@ jobs: options: --privileged timeout-minutes: 60 - permissions: - actions: write - steps: - name: Checkout Repository uses: actions/checkout@v6 diff --git a/.github/workflows/linux_build_qt.yml b/.github/workflows/linux_build_qt.yml index 273675e611..952dc67cac 100644 --- a/.github/workflows/linux_build_qt.yml +++ b/.github/workflows/linux_build_qt.yml @@ -53,9 +53,6 @@ jobs: CCACHE_COMPRESSLEVEL: 9 CCACHE_MAXSIZE: 100M - permissions: - actions: write - steps: - name: Checkout Repository uses: actions/checkout@v6 diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index 0addd0718a..ab0e3269eb 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -46,9 +46,6 @@ jobs: # Only way to use a secret in an if statement SIGN_KEY: ${{ secrets.APPLE_SIGN_P12_B64 }} - permissions: - actions: write - steps: - name: Checkout Repository uses: actions/checkout@v6