From 4eea6f322113c8b0df57756b2d9b4ef948bf70be Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 28 Nov 2023 16:27:31 +0300 Subject: [PATCH] FIXUP --- vault-github/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault-github/run.sh b/vault-github/run.sh index dc0c8c0..93b73a2 100644 --- a/vault-github/run.sh +++ b/vault-github/run.sh @@ -94,4 +94,4 @@ export VAULT_ADDR="${VAULT_ADDR}" printf "🔑 Logging in to Vault ...\n\n" vault login -no-print -method=github -path=/${AUTH_PATH} token="$${GITHUB_TOKEN}" printf "🥳 Vault authentication complete!\n\n" -printf "You can now use Vault CLI to access secrets.\n" \ No newline at end of file +printf "You can now use Vault CLI to access secrets.\n"