From 1cc0beba601f3f2c15c7a33545a5f437b25d4b0c Mon Sep 17 00:00:00 2001 From: Kristian Freeman Date: Mon, 14 Oct 2019 15:30:15 -0500 Subject: [PATCH] Another env var fix --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 4b43ff7..3adf669 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -22,8 +22,8 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash mkdir -p "$HOME/.wrangler" chmod -R 777 "$HOME/.wrangler" -sanitize "${INPUT_CLOUDFLAREEMAIL}" "CLOUDFLARE_EMAIL" -sanitize "${INPUT_CLOUDFLAREAPI_KEY}" "CLOUDFLARE_API_KEY" +sanitize "${INPUT_EMAIL}" "email" +sanitize "${INPUT_APIKEY}" "apiKey" export CF_EMAIL="$INPUT_EMAIL" export CF_API_KEY="$INPUT_APIKEY"