diff --git a/vault-github/run.sh b/vault-github/run.sh index 7f4112b..481f2d0 100644 --- a/vault-github/run.sh +++ b/vault-github/run.sh @@ -53,7 +53,7 @@ vault status # Login to Vault to using GitHub token printf "🔑 Logging in to Vault ...\n\n" -vault login -method=github token=$GITHUB_TOKEN -path=/$AUTH_PATH +vault login -no-print -method=github -path=/$AUTH_PATH token=$GITHUB_TOKEN # Add VAULT_ADDR to shell login scripts if not already present e.g. .bashrc, .zshrc # This is a temporary fix and will be replaced with https://github.com/coder/coder/issues/10166