From ca69c68a2f11f7355f3debd3e768f7708ee02a7a Mon Sep 17 00:00:00 2001 From: Benjamin Date: Wed, 11 Dec 2024 15:56:24 -0600 Subject: [PATCH] test with secrets as nonsense values to make sure they aren't logged by the github action --- .github/scripts/deploy-registry.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/scripts/deploy-registry.sh b/.github/scripts/deploy-registry.sh index 22c0c4c..38ee82b 100755 --- a/.github/scripts/deploy-registry.sh +++ b/.github/scripts/deploy-registry.sh @@ -30,4 +30,6 @@ curl -X POST "https://cloudbuild.googleapis.com/v1/projects/coder-registry-1/tri # Trigger a build for prod curl -X POST "https://cloudbuild.googleapis.com/v1/projects/coder-registry-1/triggers/http-build-registry-v2-trigger:webhook?key=${GCLOUD_API_KEY}&secret=${GCLOUD_PROD_DEPLOY_SECRET}" \ -H "Content-Type: application/json" \ --d '{}' \ No newline at end of file +-d '{}' + +# Testing now with the secrets set to nonsense strings to make sure they're never logged by the github action. \ No newline at end of file