From 28171227d0cd3438cdd880098afd65271690d975 Mon Sep 17 00:00:00 2001 From: bashonly Date: Wed, 13 Aug 2025 07:31:45 -0500 Subject: [PATCH] give `linux_armv7l` permission to cleanup cache Authored by: bashonly --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f152f9de..0312bcd4b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -191,6 +191,9 @@ jobs: linux_armv7l: needs: process if: inputs.linux_armv7l + permissions: + contents: read + actions: write # For cleaning up cache runs-on: ubuntu-24.04-arm steps: - uses: actions/checkout@v4