From d534a74d24570bfaa409a22569c16a38b013cbc7 Mon Sep 17 00:00:00 2001 From: Chris Ayers Date: Thu, 12 Jan 2023 14:45:15 +0000 Subject: [PATCH] added codeblock --- auth-setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/auth-setup.md b/auth-setup.md index 26fc368..fc45d44 100644 --- a/auth-setup.md +++ b/auth-setup.md @@ -1,3 +1,4 @@ +```bash githubOrganizationName='codebytes' githubRepositoryName='github-actions-demos' @@ -30,4 +31,5 @@ echo "AZURE_SUBSCRIPTION_ID: $AZURE_SUBSCRIPTION_ID" gh secret set AZURE_CLIENT_ID --body "$AZURE_CLIENT_ID" gh secret set AZURE_TENANT_ID --body "$AZURE_TENANT_ID" -gh secret set AZURE_SUBSCRIPTION_ID --body "$AZURE_SUBSCRIPTION_ID" \ No newline at end of file +gh secret set AZURE_SUBSCRIPTION_ID --body "$AZURE_SUBSCRIPTION_ID" +``` \ No newline at end of file