diff --git a/.github/workflows/linux_build_flatpak.yml b/.github/workflows/linux_build_flatpak.yml index 8a6f2ee041..8eb1dd276e 100644 --- a/.github/workflows/linux_build_flatpak.yml +++ b/.github/workflows/linux_build_flatpak.yml @@ -49,6 +49,9 @@ 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 952dc67cac..273675e611 100644 --- a/.github/workflows/linux_build_qt.yml +++ b/.github/workflows/linux_build_qt.yml @@ -53,6 +53,9 @@ 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 ab0e3269eb..0addd0718a 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -46,6 +46,9 @@ 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