Skip to content

Cervest/configure-credentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Remember to check in the built code when making changes, since the build/ directory is being used directly.

About

A Github Action to set up AWS and K8s credentials on the runner.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors