Skip to content

Commit

Permalink
chore(action): Add RESEND_API_KEY secret to develop workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hurtado committed Jun 5, 2024
1 parent 3b852e5 commit 1d29997
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- develop
- MBI

jobs:
build:
Expand Down Expand Up @@ -50,3 +51,4 @@ jobs:
env:
CI: true
FIREBASE_PRIVATE_KEY: ${{ secrets.FIREBASE_PRIVATE_KEY }}
RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}

0 comments on commit 1d29997

Please sign in to comment.