From 45e5e991bf0fe0312c97e9c47d209319f8f66f75 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 23 Aug 2020 16:53:51 +0200 Subject: [PATCH] Updated 'secrets' url in the README Updated the URL regarding the 'secret' docs. The issue was opened here: https://github.com/Azure/login/issues/47. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e5266e3..be40d565 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Refer [Azure PowerShell](https://github.com/azure/powershell) Github action to r ## Configure deployment credentials: -For any credentials like Azure Service Principal, Publish Profile etc add them as [secrets](https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables) in the GitHub repository and then use them in the workflow. +For any credentials like Azure Service Principal, Publish Profile etc add them as [secrets](https://docs.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets) in the GitHub repository and then use them in the workflow. The above example uses user-level credentials i.e., Azure Service Principal for deployment.