Skip to content

Commit

Permalink
Update 'secrets' link with correct url (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlokerse authored Nov 27, 2020
1 parent eb2caea commit 1005ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

### Configure Azure credentials as GitHub Secret:

To use any credentials like Azure Service Principal,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.
To use any credentials like Azure Service Principal,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.

Follow the steps to configure the secret:
* Define a new secret under your repository settings, Add secret menu
Expand Down

0 comments on commit 1005ed2

Please sign in to comment.