From 21736b1f8b86a2efd2bc9b7e59da15b8829ee800 Mon Sep 17 00:00:00 2001 From: Costin Lupu Date: Thu, 23 Nov 2023 13:18:23 +0100 Subject: [PATCH] New token Signed-off-by: Costin Lupu --- ci_entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_entrypoint.sh b/ci_entrypoint.sh index 241b9cae7..0dda67dd4 100755 --- a/ci_entrypoint.sh +++ b/ci_entrypoint.sh @@ -36,7 +36,7 @@ ARCH=$(uname -m) PR_NUMBER=$(echo "$CODEBUILD_SOURCE_VERSION" | cut -d"/" -f2) LOGS_PATH="tests_results/${PR_NUMBER}/ci_logs_${CODEBUILD_RESOLVED_SOURCE_VERSION}_${ARCH}.txt" LOGS_URL="https://console.aws.amazon.com/s3/object/aws-nitro-enclaves-cli/${LOGS_PATH}" -ACCESS_TOKEN=$(aws ssm get-parameter --name GITHUB_TOKEN --region us-east-1 | jq -r .Parameter.Value) +ACCESS_TOKEN=$(aws ssm get-parameter --name GITHUB_TOKEN_LVPV --region us-east-1 | jq -r .Parameter.Value) if [[ $ACCESS_TOKEN == "" ]]; then echo "Invalid ACCESS_TOKEN"