Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit ca69c68

Browse files
committed
test with secrets as nonsense values to make sure they aren't logged by the github action
1 parent 233775e commit ca69c68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/scripts/deploy-registry.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ curl -X POST "https://cloudbuild.googleapis.com/v1/projects/coder-registry-1/tri
3030
# Trigger a build for prod
3131
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}" \
3232
-H "Content-Type: application/json" \
33-
-d '{}'
33+
-d '{}'
34+
35+
# Testing now with the secrets set to nonsense strings to make sure they're never logged by the github action.

0 commit comments

Comments
 (0)