From b64779efdca5af5b7ea68c7fa0380e3a111df142 Mon Sep 17 00:00:00 2001 From: ruslan-ikhsan Date: Fri, 20 Jan 2023 17:03:57 +0500 Subject: [PATCH] Update ci_success_msg.sh --- playground/infrastructure/ci_success_msg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/infrastructure/ci_success_msg.sh b/playground/infrastructure/ci_success_msg.sh index 532ecb4932d1..f4b8723dee51 100644 --- a/playground/infrastructure/ci_success_msg.sh +++ b/playground/infrastructure/ci_success_msg.sh @@ -18,7 +18,7 @@ curl \ -X POST \ -H "Accept: application/vnd.github+json" \ --H "Authorization: Bearer $PAT"\ +-H "Authorization: Bearer ${PAT}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/ruslan-ikhsan/beam/statuses/${commit_sha} \ -d '{"state":"success","target_url":"https://console.cloud.google.com/cloud-build/builds;region=${LOCATION}/${BUILD_ID}?authuser=3&project=${PROJECT_ID}","description":"Successful Examples validation (CI) for current branch","context":"Cloud Build CI/CD"}'