diff --git a/entrypoint.sh b/entrypoint.sh index b33c537..aac96e8 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -33,7 +33,8 @@ dt="hello CLONE_DIR=$(mktemp -d) echo "Setting git variables" -export GITHUB_TOKEN=${API_TOKEN_GITHUB//$'\n'} +export API_TOKEN_GITHUB=${API_TOKEN_GITHUB//$'\n'} +export GITHUB_TOKEN=$API_TOKEN_GITHUB git config --global user.email "$INPUT_USER_EMAIL" git config --global user.name "$INPUT_USER_NAME"