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.
This commit is contained in:
John 2020-08-23 16:53:51 +02:00 committed by GitHub
commit 45e5e991bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.