Skip to content

Commit

Permalink
Update main.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyesit committed Feb 14, 2025
1 parent 6df1648 commit edf3374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edf3374

Please sign in to comment.