From b48a6fa5fce566aca4711abf291996b68b430556 Mon Sep 17 00:00:00 2001
From: Egor_P <egor@parity.io>
Date: Fri, 18 Oct 2024 15:17:41 +0200
Subject: [PATCH] [CI] Fix branch-off pipeline (#6120)

A tiny fix for the `Release - Branch off stable branch` pipeline, that
adds an environment to be able to access secrets
---
 .github/workflows/release-branchoff-stable.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release-branchoff-stable.yml b/.github/workflows/release-branchoff-stable.yml
index 27a3fdc14ee..3086c0d21f4 100644
--- a/.github/workflows/release-branchoff-stable.yml
+++ b/.github/workflows/release-branchoff-stable.yml
@@ -43,7 +43,7 @@ jobs:
   create-stable-branch:
     needs: [prepare-tooling]
     runs-on: ubuntu-latest
-
+    environment: release
     env:
       PGP_KMS_KEY: ${{ secrets.PGP_KMS_KEY }}
       PGP_KMS_HASH: ${{ secrets.PGP_KMS_HASH }}
-- 
GitLab