From 586d9adfe502ad264ccae82443aed37f2f4789f0 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Thu, 29 May 2025 15:56:04 +0100 Subject: [PATCH] workflow: add packages: write to csi-driver publish This one was missed in the earlier PR Signed-off-by: stevenhorsman --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 551ebe2f3b..aef7e7578b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -194,6 +194,9 @@ jobs: publish-csi-driver-amd64: needs: build-kata-static-tarball-amd64 + permissions: + contents: read + packages: write runs-on: ubuntu-22.04 steps: - name: Checkout code