From c4aa56750edb96d9d11801cd0c1112b1e5cbc247 Mon Sep 17 00:00:00 2001 From: Sally Erickson Date: Mon, 10 Jun 2024 06:48:38 -0500 Subject: [PATCH] Update github-actions-deploy.md --- power-platform/alm/tutorials/github-actions-deploy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/power-platform/alm/tutorials/github-actions-deploy.md b/power-platform/alm/tutorials/github-actions-deploy.md index d44ded6c3..fedaafdcd 100644 --- a/power-platform/alm/tutorials/github-actions-deploy.md +++ b/power-platform/alm/tutorials/github-actions-deploy.md @@ -42,7 +42,7 @@ Related tutorials: [Get started](github-actions-start.md), and [Build a model-dr ![Initiate repo.](../media/github-actions-tutorial/gh-lab-2.40.png "Initiate repo") ### Creating a new secret for Service Principal Authentication -1. Navigate to you repository and click **Settings**, then expand **Secrets**, and then and click **Actions**. +1. Navigate to your repository and click **Settings**, then expand **Secrets**, and then and click **Actions**. 2. On the *Secrets* page, name the secret 'PowerPlatformSPN'. Use the client secret from the application registration created in Microsoft Entra and enter it into the **Value** field, and then select **Add secret**. The client secret will be referenced in the YML files used to define the GitHub workflows later in this lab. @@ -252,4 +252,4 @@ Congratulations, you have successfully setup a sample CI/CD workflow using GitHu [Automate your workflow from idea to production](https://github.com/features/actions) -[!INCLUDE[footer-include](../../includes/footer-banner.md)] \ No newline at end of file +[!INCLUDE[footer-include](../../includes/footer-banner.md)]