Skip to content

Commit

Permalink
Update ci_success_msg.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslan-ikhsan committed Jan 20, 2023
1 parent 77d2ecb commit b64779e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/infrastructure/ci_success_msg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"}'

0 comments on commit b64779e

Please sign in to comment.