diff --git a/README.md b/README.md index a5b7fd303f5..c604c9970bf 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ jobs: #### Configure deployment credentials: -For any credentials like Azure Service Principal, Publish Profile etc add them as [secrets](https://developer.github.com/actions/managing-workflows/storing-secrets/) 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://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. The above example uses user-level credentials i.e., Azure Service Principal for deployment.