Skip to content

Commit

Permalink
(CI) Added Env for build to not fail
Browse files Browse the repository at this point in the history
  • Loading branch information
alifarooq9 authored Apr 4, 2024
1 parent c377243 commit adb8316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
run: |
touch .env
echo SKIP_ENV_VALIDATION="true" >> .env
echo NEXTAUTH_URL="" >> .env
echo RESEND_API_KEY="" >> .env
echo NEXTAUTH_URL="http://localhost:3000" >> .env
echo RESEND_API_KEY="${{ secrets.RESEND_API_KEY }}" >> .env
cat .env
- name: Install dependencies
Expand Down

0 comments on commit adb8316

Please sign in to comment.