From edf33748dfd72bfbf148d00dac9d43a3ea25e0a2 Mon Sep 17 00:00:00 2001 From: johnyesit Date: Fri, 14 Feb 2025 10:30:37 -0500 Subject: [PATCH] Update main.yml file --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 77079d0..168326c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,8 +14,8 @@ jobs: # The type of runner that the job will run on runs-on: ubuntu-latest env: - REACT_APP_CCDI_CBIO_SITE_URL: ${{ secrets.SITE_URL }} - REACT_APP_CCDI_CBIO_IFRAME_URL: ${{ secrets.IFRAME_URL }} + REACT_APP_CCDI_CBIO_SITE_URL: ${{ vars.SITE_URL }} + REACT_APP_CCDI_CBIO_IFRAME_URL: ${{ vars.IFRAME_URL }} # Steps represent a sequence of tasks that will be executed as part of the job steps: # checkout