From 867e6e6302132a38c795dbc52e38b7a7e7482f43 Mon Sep 17 00:00:00 2001 From: "Li, Ian" Date: Tue, 17 Sep 2024 13:20:58 -0700 Subject: [PATCH] further read permission correction --- .github/workflows/sycl-linux-benchmark.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sycl-linux-benchmark.yml b/.github/workflows/sycl-linux-benchmark.yml index 4b619b040f176..4a168ba2f7700 100644 --- a/.github/workflows/sycl-linux-benchmark.yml +++ b/.github/workflows/sycl-linux-benchmark.yml @@ -118,6 +118,7 @@ jobs: check_build: name: Build (if no sycl artifact provided) uses: ./.github/workflows/sycl-linux-build.yml + permissions: read-all with: build_ref: ${{ github.sha }} merge_ref: ''