Skip to content

Commit

Permalink
Added new env variable to workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarne3 committed Jun 18, 2024
1 parent ed8bb8e commit 2ffd585
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
VITE_REMOTE_HEADER_MENU_ID: ${{ vars.VITE_REMOTE_HEADER_MENU_ID }}
VITE_REMOTE_FOOTER_MENU_ID: ${{ vars.VITE_REMOTE_FOOTER_MENU_ID }}
VITE_REMOTE_SOCIAL_LINKS_ID: ${{ vars.VITE_REMOTE_SOCIAL_LINKS_ID }}
VITE_LOCATION_API_URL: ${{ vars.VITE_LOCATION_API_URL }}
name: Build and Deploy Job
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2ffd585

Please sign in to comment.