Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
meraymond2 committed Jan 18, 2021
0 parents commit c5b0dfb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# configure-credentials

A github action that will set up AWS and Kubernetes credentials on a Github-hosted runner, so that subsequent commands can use them.

It’s a JavaScript action rather than a Docker action because we want to directly modify the home directory of the runner, which isn’t possible if it’s running inside a container.

It is in a public repository so that all of our repos can use it without additional setup. No sensitive information is now, or should ever be, checked in.

0 comments on commit c5b0dfb

Please sign in to comment.