From 04cd2338dc322615e34f45fc07dfaf788897ecf4 Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 5 Jan 2024 16:09:39 -0500 Subject: [PATCH] Re: Require approval to deploy to production --- .github/workflows/DeployPages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/DeployPages.yml b/.github/workflows/DeployPages.yml index 1c9e783..3f88ace 100644 --- a/.github/workflows/DeployPages.yml +++ b/.github/workflows/DeployPages.yml @@ -158,6 +158,8 @@ jobs: needs: [build, deploy-github-pages] permissions: contents: write + environment: + name: production steps: - name: Download artifact id: download