From 05f54f4836a37cbc6f84946d513c019caa221204 Mon Sep 17 00:00:00 2001 From: shyam-cb <131658626+shyam-cb@users.noreply.github.com> Date: Wed, 13 Mar 2024 18:26:51 +0530 Subject: [PATCH] chore: cicd fix * cicd pipe line changes --- .github/workflows/release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 618d14a..39f0423 100755 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,6 @@ env: # permission can be added at job level or workflow level permissions: id-token: write # This is required for requesting the JWT - contents: read # This is required for actions/checkout jobs: goreleaser: