diff --git a/.github/workflows/sycl-benchmark-aggregate.yml b/.github/workflows/sycl-benchmark-aggregate.yml index 0c2a963cfa4d0..988d3110deaca 100644 --- a/.github/workflows/sycl-benchmark-aggregate.yml +++ b/.github/workflows/sycl-benchmark-aggregate.yml @@ -21,8 +21,8 @@ permissions: jobs: aggregate: name: Aggregate average value for all metrics (median) - permissions: - contents: write # for Git to git push + # permissions: + # contents: write # for Git to git push runs-on: ubuntu-latest if: github.repository == 'intel/llvm' steps: diff --git a/.github/workflows/sycl-linux-benchmark.yml b/.github/workflows/sycl-linux-benchmark.yml index 2656819addadd..874bb00f81e45 100644 --- a/.github/workflows/sycl-linux-benchmark.yml +++ b/.github/workflows/sycl-linux-benchmark.yml @@ -269,5 +269,5 @@ jobs: test_aggregate: name: Testing sycl-benchmark-aggregate.yml (DELETE AFTER) uses: ./.github/workflows/sycl-benchmark-aggregate.yml - permissions: - contents: write \ No newline at end of file + #permissions: + # contents: write \ No newline at end of file diff --git a/.github/workflows/sycl-linux-precommit.yml b/.github/workflows/sycl-linux-precommit.yml index 2c7e7ef5c09d0..b344109011353 100644 --- a/.github/workflows/sycl-linux-precommit.yml +++ b/.github/workflows/sycl-linux-precommit.yml @@ -296,8 +296,7 @@ jobs: # use_igc_dev: true uses: ./.github/workflows/sycl-linux-benchmark.yml - permissions: - contents: write + permissions: read-all with: name: ${{ matrix.name }} runner: ${{ matrix. runner }}