From 6bbfd2ee6ae8059c4e3326534eb75cbc780e1c40 Mon Sep 17 00:00:00 2001 From: Kevin Ghadyani <97464104+KevinGhadyani-Okta@users.noreply.github.com> Date: Thu, 11 Jan 2024 13:42:23 -0600 Subject: [PATCH] build: updates APPLITOOLS_SERVER_URL to use private url (#2085) fix: updates APPLITOOLS_SERVER_URL to use private url --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ca2ab3133..03268e6c26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,4 +116,5 @@ jobs: env: APPLITOOLS_API_KEY: ${{ secrets.OKTA_474937 }} APPLITOOLS_BATCH_ID: ${{ github.event.pull_request.head.sha }} + APPLITOOLS_SERVER_URL: ${{ secrets.APPLITOOLS_SERVER_URL }} run: yarn workspace @okta/odyssey-storybook eyes-storybook -u ${{ env.URL_STORYBOOK }}