diff --git a/.github/workflows/sycl-linux-precommit-aws.yml b/.github/workflows/sycl-linux-precommit-aws.yml index 23844136c9d5b..35d315a63ba52 100644 --- a/.github/workflows/sycl-linux-precommit-aws.yml +++ b/.github/workflows/sycl-linux-precommit-aws.yml @@ -14,9 +14,6 @@ on: types: - completed -permissions: - contents: read - jobs: create-check: runs-on: [Linux, build] diff --git a/.github/workflows/sycl-linux-precommit.yml b/.github/workflows/sycl-linux-precommit.yml index 40be7df928c1e..17d28dca89318 100644 --- a/.github/workflows/sycl-linux-precommit.yml +++ b/.github/workflows/sycl-linux-precommit.yml @@ -29,8 +29,6 @@ concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true -permissions: read-all - jobs: detect_changes: uses: ./.github/workflows/sycl-detect-changes.yml