diff --git a/.github/workflows/sycl-linux-benchmark.yml b/.github/workflows/sycl-linux-benchmark.yml index 4a168ba2f7700..3869ad0649e7e 100644 --- a/.github/workflows/sycl-linux-benchmark.yml +++ b/.github/workflows/sycl-linux-benchmark.yml @@ -118,7 +118,8 @@ jobs: check_build: name: Build (if no sycl artifact provided) uses: ./.github/workflows/sycl-linux-build.yml - permissions: read-all + permissions: + contents: read with: build_ref: ${{ github.sha }} merge_ref: '' diff --git a/.github/workflows/sycl-linux-build.yml b/.github/workflows/sycl-linux-build.yml index 5ceeaca2c9564..e982c61e5c1ef 100644 --- a/.github/workflows/sycl-linux-build.yml +++ b/.github/workflows/sycl-linux-build.yml @@ -117,7 +117,8 @@ on: options: - 3 -permissions: read-all +permissions: + contents: read jobs: build: