Skip to content

Commit

Permalink
Making Resend API key available during build
Browse files Browse the repository at this point in the history
  • Loading branch information
malikpiara authored Jul 21, 2024
1 parent bafb1ad commit 1efa8d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/send_weekly_email.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

- name: Build Next.js Project
run: pnpm run build
env:
RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }} # Ensure the API key is available during the build

- name: Run API Route (or Script)
run: |
Expand Down

0 comments on commit 1efa8d3

Please sign in to comment.