From 38dfeaee16996bc5ddf014402ee3882aa1cb6ad5 Mon Sep 17 00:00:00 2001 From: SeanHsieh Date: Tue, 21 Feb 2023 13:03:40 +0800 Subject: [PATCH] chore: update api end point --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 254a292853..edd99696bd 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -37,7 +37,7 @@ jobs: env: ROUTER_BASE: /pycontw-2021/ # repo name BUILD_TARGET: static - API_URL_BROWSER: https://staging.pycon.tw/prs + API_URL_BROWSER: https://tw.pycon.org/temp AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }} GOOGLE_TAG_MANAGER_ID: ${{ secrets.GOOGLE_TAG_MANAGER_ID }}