Skip to content

Commit

Permalink
updated ENV in dev & prod workflow []
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikshinde590 committed Oct 18, 2024
1 parent 034f12f commit c670da1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
VITE_MIX_PANEL_TOKEN: ${{ vars.VITE_MIX_PANEL_TOKEN_PROD }}
VITE_TERMS_OF_SERVICE: ${{ vars.VITE_TERMS_OF_SERVICE_PROD }}
VITE_SPARROW_PRIVACY_POLICY: ${{ vars.VITE_SPARROW_PRIVACY_POLICY_PROD }}
VITE_SPARROW_WEB_URL: ${{vars.VITE_SPARROW_WEB_URL_PROD}}

jobs:
build-and-deploy:
Expand Down

0 comments on commit c670da1

Please sign in to comment.