Skip to content

Commit

Permalink
ci(front): Add Privy env var
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Oct 20, 2024
1 parent 6110685 commit c6418b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
run: yarn install --immutable
- name: Build
run: yarn build
env:
NEXT_PUBLIC_PRIVY_APP_ID: ${{ secrets.FRONT_NEXT_PUBLIC_PRIVY_APP_ID }}

build-storybook:
name: "Build: Storybook"
Expand Down

0 comments on commit c6418b4

Please sign in to comment.