Skip to content

Commit

Permalink
added new nev
Browse files Browse the repository at this point in the history
  • Loading branch information
punitkashyup committed Feb 28, 2024
1 parent d81825a commit 47dae2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
VITE_SPARROW_OAUTH: ${{ secrets.VITE_SPARROW_OAUTH_DEV }}
VITE_ENABLE_MIX_PANEL: ${{ secrets.VITE_ENABLE_MIX_PANEL_DEV }}
VITE_MIX_PANEL_TOKEN: ${{ secrets.VITE_MIX_PANEL_TOKEN_DEV }}
VITE_TERMS_OF_SERVICE: ${{ secrets.VITE_TERMS_OF_SERVICE_DEV }}

jobs:
build-and-deploy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
VITE_SPARROW_OAUTH: ${{ secrets.VITE_SPARROW_OAUTH }}
VITE_ENABLE_MIX_PANEL: ${{ secrets.VITE_ENABLE_MIX_PANEL }}
VITE_MIX_PANEL_TOKEN: ${{ secrets.VITE_MIX_PANEL_TOKEN }}
VITE_TERMS_OF_SERVICE: ${{ secrets.VITE_TERMS_OF_SERVICE }}

jobs:
build-and-deploy:
Expand Down

0 comments on commit 47dae2f

Please sign in to comment.