Skip to content

Commit b8fb3a0

Browse files
authored
fix: update regional endpoint for API key CI tests (#995)
## Summary - Update the hardcoded regional endpoint for API key cloud tests ## Test plan - CI should pass with the updated endpoint
1 parent d8bf9c8 commit b8fb3a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)