From 1bca825cc27599dfea7b254d0ce00e3c51e632ea Mon Sep 17 00:00:00 2001
From: Przemek Rzad <przemek@parity.io>
Date: Sat, 13 Apr 2024 13:00:45 +0200
Subject: [PATCH] Use `master` environment in the synchronize templates
 workflow (#4114)

---
 .github/workflows/sync-templates.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/sync-templates.yml b/.github/workflows/sync-templates.yml
index e2cd517744e..511c9d0e8cd 100644
--- a/.github/workflows/sync-templates.yml
+++ b/.github/workflows/sync-templates.yml
@@ -26,6 +26,7 @@ on:
 jobs:
   sync-templates:
     runs-on: ubuntu-latest
+    environment: master
     strategy:
       fail-fast: false
       matrix:
-- 
GitLab