From 05af348776d7790cf0f96b7e19a04547c79f7d50 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sun, 11 Feb 2024 03:46:32 +0900 Subject: [PATCH] Prepare universal workflow --- .github/workflows/images_build_rhel.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/images_build_rhel.yml b/.github/workflows/images_build_rhel.yml index 9c9348d5b..c598349a3 100644 --- a/.github/workflows/images_build_rhel.yml +++ b/.github/workflows/images_build_rhel.yml @@ -452,8 +452,7 @@ jobs: arch: [X64, ARM64] runs-on: [self-hosted, linux, "${{ matrix.arch }}"] if: ${{ always() }} - permissions: - metadata: read + permissions: {} steps: - name: Download SHA256 tag of build-${{ matrix.build }}:${{ matrix.arch }} uses: actions/cache@v4