Skip to content

Commit

Permalink
Stop using the tinycicd namespace for tests
Browse files Browse the repository at this point in the history
Switch to our regular `sdk-ci` namespace instead.
  • Loading branch information
josh-berry committed Sep 11, 2023
1 parent 7bf78b8 commit 595c774
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
if: ${{ github.event.pull_request.head.repo.full_name == '' || github.event.pull_request.head.repo.full_name == 'temporalio/sdk-go' }}
runs-on: ubuntu-latest
env:
SERVICE_ADDR: tinycicd.sdk.tmprl.cloud:7233
TEMPORAL_NAMESPACE: tinycicd.sdk
SERVICE_ADDR: sdk-ci.a2dd6.tmprl.cloud:7233
TEMPORAL_NAMESPACE: sdk-ci.a2dd6
TEMPORAL_CLIENT_CERT: ${{ secrets.TEMPORAL_CLIENT_CERT }}
TEMPORAL_CLIENT_KEY: ${{ secrets.TEMPORAL_CLIENT_KEY }}
steps:
Expand All @@ -77,4 +77,3 @@ jobs:
go-repo-path: ${{github.event.pull_request.head.repo.full_name}}
version: ${{github.event.pull_request.head.ref}}
version-is-repo-ref: true

0 comments on commit 595c774

Please sign in to comment.