File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 - name : Test cloud API key env var
109109 if : ${{ matrix.cloudTestTarget && env.HAS_SECRETS == 'true' }}
110110 env :
111- TEMPORAL_ADDRESS : us-west-2 .aws.api.temporal.io:7233
111+ TEMPORAL_ADDRESS : us-east-1 .aws.api.temporal.io:7233
112112 TEMPORAL_NAMESPACE : ${{ vars.TEMPORAL_CLIENT_NAMESPACE }}
113113 TEMPORAL_API_KEY : ${{ secrets.TEMPORAL_CLIENT_CLOUD_API_KEY }}
114114 shell : bash
@@ -117,7 +117,7 @@ jobs:
117117 - name : Test cloud API key arg
118118 if : ${{ matrix.cloudTestTarget && env.HAS_SECRETS == 'true' }}
119119 env :
120- TEMPORAL_ADDRESS : us-west-2 .aws.api.temporal.io:7233
120+ TEMPORAL_ADDRESS : us-east-1 .aws.api.temporal.io:7233
121121 TEMPORAL_NAMESPACE : ${{ vars.TEMPORAL_CLIENT_NAMESPACE }}
122122 shell : bash
123123 run : go run ./cmd/temporal workflow list --limit 2 --api-key ${{ secrets.TEMPORAL_CLIENT_CLOUD_API_KEY }}
You can’t perform that action at this time.
0 commit comments