Skip to content

Commit

Permalink
Merge branch 'next' into org-creation-flow
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy authored Nov 25, 2024
2 parents d450deb + a7c89ce commit 0cc5bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
echo REACT_APP_CLERK_PUBLISHABLE_KEY=${{ inputs.clerk_publishable_key }} >> .env
echo REACT_APP_IS_EE_AUTH_ENABLED=${{ inputs.clerk_is_ee_auth_enabled }} >> .env
echo REACT_APP_NEW_DASHBOARD_URL=${{ inputs.new_dashboard_url }} >> .env
echo REACT_APP_PLAIN_SUPPORT_CHAT_APP_ID=${{secrets.REACT_APP_PLAIN_SUPPORT_CHAT_APP_ID}} >> .env
- name: Envsetup
working-directory: apps/web
run: npm run envsetup
Expand Down

0 comments on commit 0cc5bd1

Please sign in to comment.