Skip to content

Commit

Permalink
Add env variable to gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gndelia committed Feb 19, 2024
1 parent 4476543 commit 16cb561
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI_Checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: npm run tsc:check --workspaces --if-present
- name: Build apps
run: npm run build --workspaces --if-present
env:
NEXT_PUBLIC_RECAPTCHA_SITE_KEY: "fake-key"

code_checks:
name: Code Styling check
Expand Down

0 comments on commit 16cb561

Please sign in to comment.