Skip to content

nrkno/github-action-setenv

Repository files navigation

Github action for setting KUBECONFIG using vault

A custom Github Action that can be used to read environments from vault.

Requires permissions:

The following permissions need to be defined in your GitHub Actions workflow in order to use this custom action.

permissions:
  id-token: write
  contents: read

Note:

Example usage:

Common issues

Inputs

inputs:

Outputs

Contributing

Create an issue and optionally a pull-request. Use semantic commit messages.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published