From 440ed40ea355ff5d60977d09f7634abde382b0cc Mon Sep 17 00:00:00 2001 From: Massimo Bonanni Date: Tue, 19 Sep 2023 13:00:15 +0000 Subject: [PATCH] LAB_M03_L05: The development environment already exists --- .../AZ400_M03_L05_Implementing_GitHub_Actions_for_CI_CD.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Instructions/Labs/AZ400_M03_L05_Implementing_GitHub_Actions_for_CI_CD.md b/Instructions/Labs/AZ400_M03_L05_Implementing_GitHub_Actions_for_CI_CD.md index 06f378bd2..8b63570a7 100644 --- a/Instructions/Labs/AZ400_M03_L05_Implementing_GitHub_Actions_for_CI_CD.md +++ b/Instructions/Labs/AZ400_M03_L05_Implementing_GitHub_Actions_for_CI_CD.md @@ -158,6 +158,9 @@ In this task, you will use GitHub environments to ask for manual approval before 3. On the repository page, go to **Settings**, open **Environments** and click **New environment**. 4. Give it **Development** name and click on **Configure Environment**. + + > NOTE: If an environment called **Development** already exists in the **Environments** list, open its configuration by clicking on the environment name. + 5. In the **Configure Development** tab, check the option **Required Reviewers** and your GitHub account as a reviewer. Click on **Save protection rules**. 6. Now lets test the protection rule. On the repository page, go to **Actions**, click on **eShopOnWeb Build and Test** workflow and click on **Run workflow>Run workflow** to execute manually.