test with secrets as nonsense values to make sure they aren't logged by the github action

pull/363/head
Benjamin 7 months ago
parent 233775efc9
commit ca69c68a2f

@ -31,3 +31,5 @@ curl -X POST "https://cloudbuild.googleapis.com/v1/projects/coder-registry-1/tri
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 '{}'
# Testing now with the secrets set to nonsense strings to make sure they're never logged by the github action.
Loading…
Cancel
Save