Revert "GHActions: Fix cache clean permissions"

This reverts commit 9dff4f2005.
This commit is contained in:
TellowKrinkle
2026-03-17 13:20:17 -05:00
parent 9dff4f2005
commit 65822ecf86
3 changed files with 0 additions and 9 deletions
@@ -49,9 +49,6 @@ jobs:
options: --privileged
timeout-minutes: 60
permissions:
actions: write
steps:
- name: Checkout Repository
uses: actions/checkout@v6
-3
View File
@@ -53,9 +53,6 @@ jobs:
CCACHE_COMPRESSLEVEL: 9
CCACHE_MAXSIZE: 100M
permissions:
actions: write
steps:
- name: Checkout Repository
uses: actions/checkout@v6
-3
View File
@@ -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