From f9f388f32e7f2d86d0de452fc03a625bc5a578cd Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani Date: Mon, 22 Aug 2022 23:13:38 +0000 Subject: [PATCH] fix artifact upload action in github workflow Signed-off-by: Ramkumar Chinchani --- .github/workflows/ci-cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 98887a04b..ef9652980 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -26,6 +26,9 @@ jobs: echo "job deprecated" build-test-arch: name: Build and test ZOT + permissions: + contents: write + packages: write runs-on: ubuntu-latest strategy: matrix: