From 28d2921a5258b486bb76074b0828a75030c76ac0 Mon Sep 17 00:00:00 2001 From: Kostas Livieratos Date: Wed, 29 Jul 2020 11:24:31 +0300 Subject: [PATCH] Updated readme docs --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b37457..aaa1ccd 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Jberlinsky AWS Credentials + - name: AWS Credentials uses: aws-actions/configure-aws-credentials@v1 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} @@ -41,6 +41,8 @@ jobs: # Secrets +Create a GitHub Secret for each of the following values: + * `KUBE_CONFIG_DATA` Your kube config file in base64-encrypted form. You can do that with @@ -48,6 +50,10 @@ Your kube config file in base64-encrypted form. You can do that with cat $HOME/.kube/config | base64 ``` +* `AWS_ACCESS_KEY_ID` + +* `AWS_SECRET_ACCESS_KEY` + # Contributions Pull requests, issues or feedback of any kind are more than welcome by anyone! \ No newline at end of file