From 508101525f630f4059599ed2c9d71afa2999167c Mon Sep 17 00:00:00 2001 From: Jinsong Ji Date: Mon, 1 Apr 2024 20:04:49 -0700 Subject: [PATCH] [CI] Allow package write in sycl-container build We need to update the docker images, so need to write packages. --- .github/workflows/sycl-containers.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/sycl-containers.yaml b/.github/workflows/sycl-containers.yaml index ca41632349b06..411b8bd78fbaf 100644 --- a/.github/workflows/sycl-containers.yaml +++ b/.github/workflows/sycl-containers.yaml @@ -28,6 +28,8 @@ jobs: if: github.repository == 'intel/llvm' name: Base Ubuntu 22.04 Docker image runs-on: ubuntu-22.04 + permissions: + packages: write steps: - name: Checkout uses: actions/checkout@v4 @@ -47,6 +49,8 @@ jobs: if: github.repository == 'intel/llvm' name: Build Ubuntu Docker image runs-on: ubuntu-22.04 + permissions: + packages: write steps: - name: Checkout uses: actions/checkout@v4 @@ -69,6 +73,8 @@ jobs: if: github.repository == 'intel/llvm' name: Intel Drivers Ubuntu 22.04 Docker image runs-on: ubuntu-22.04 + permissions: + packages: write needs: base_image_ubuntu2204 steps: - name: Checkout @@ -107,6 +113,8 @@ jobs: if: github.repository == 'intel/llvm' name: Intel Drivers (unstable) Ubuntu 22.04 Docker image runs-on: ubuntu-22.04 + permissions: + packages: write needs: base_image_ubuntu2204 steps: - name: Checkout