From 01fb4e5ab2d87d9e72d300de2d77f5bccfdf4ec3 Mon Sep 17 00:00:00 2001 From: Shashank Barsin Date: Tue, 24 Sep 2019 14:09:13 +0530 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3f76060..cd5cbae9 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ kubectl get secret -n -o json ## Using secret for Kubeconfig or Service Account Now add the values as [a secret](https://developer.github.com/actions/managing-workflows/storing-secrets/) in the GitHub repository. In the example below the secret name is `KUBE_CONFIG` and it can be used in the workflow by using the following syntax: ```yaml - - uses: azure/k8s-actions/k8s-set-context@master + - uses: azure/k8s-set-context@v1 with: kubeconfig: ${{ secrets.KUBE_CONFIG }} ```