Skip to content

Commit 26539da

Browse files
Pigbibicodex
andcommitted
test: cover variable-backed service target inventory
Co-Authored-By: Codex <noreply@openai.com>
1 parent 7beacfe commit 26539da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_sync_cloud_run_env_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def test_sync_cloud_run_env_workflow_uses_sync_plan_script():
2424
assert "Cloud Run sync target {service_name} is missing env" in workflow
2525
assert (
2626
"CLOUD_RUN_SERVICE_TARGETS_JSON: "
27-
"${{ secrets.CLOUD_RUN_SERVICE_TARGETS_JSON }}"
27+
"${{ vars.CLOUD_RUN_SERVICE_TARGETS_JSON || secrets.CLOUD_RUN_SERVICE_TARGETS_JSON }}"
2828
) in workflow
2929

3030
for name in (

0 commit comments

Comments
 (0)