From 70331fb7bacdec8f08ca1808c5a3d585a0a12f78 Mon Sep 17 00:00:00 2001 From: Barun Acharya Date: Mon, 14 Aug 2023 11:26:40 +0530 Subject: [PATCH] fix(ci): add id write permission for latest --- .github/workflows/ci-latest-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-latest-release.yml b/.github/workflows/ci-latest-release.yml index f917492..2e8f93a 100644 --- a/.github/workflows/ci-latest-release.yml +++ b/.github/workflows/ci-latest-release.yml @@ -18,6 +18,8 @@ jobs: name: Create and push docker image if: github.repository == 'kubearmor/kubearmor-relay-server' runs-on: ubuntu-latest + permissions: + id-token: write timeout-minutes: 20 steps: - name: Checkout code @@ -102,4 +104,4 @@ jobs: run: | STABLE_VERSION=`cat STABLE-RELEASE` regctl image copy kubearmor/kubearmor-relay-server:$STABLE_VERSION kubearmor/kubearmor-relay-server:stable --digest-tags - \ No newline at end of file +