Skip to content

Commit

Permalink
Updated readme docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostas Livieratos committed Jul 29, 2020
1 parent 1f6d617 commit 28d2921
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -41,13 +41,19 @@ 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

```
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!

0 comments on commit 28d2921

Please sign in to comment.