From 1eacb471d83ac7d53f2bf10144426541f9cb4775 Mon Sep 17 00:00:00 2001 From: Shiva Eravathri Date: Thu, 29 Jan 2026 14:58:47 +0530 Subject: [PATCH] added environment in release workFlow --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e98689..a19be48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,7 @@ jobs: !contains(github.event.head_commit.message, '[skip ci]') runs-on: ubuntu-latest + environment: production permissions: id-token: write contents: write