From c5b0dfb12f241d301a8224564f48794c509f9274 Mon Sep 17 00:00:00 2001 From: Michael Raymond Date: Mon, 18 Jan 2021 08:31:47 +0000 Subject: [PATCH] Initial commit --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..85d95e5 --- /dev/null +++ b/readme.md @@ -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.