Skip to content

Commit

Permalink
fix: adds resend api key to gh workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed May 26, 2024
1 parent 7aae523 commit 6a91741
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
UPSTASH_REDIS_REST_URL: ${{ secrets.UPSTASH_REDIS_REST_URL }}
UPSTASH_REDIS_REST_TOKEN: ${{ secrets.UPSTASH_REDIS_REST_TOKEN }}

# Resend
RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
UPSTASH_REDIS_REST_URL: ${{ secrets.UPSTASH_REDIS_REST_URL }}
UPSTASH_REDIS_REST_TOKEN: ${{ secrets.UPSTASH_REDIS_REST_TOKEN }}

# Resend
RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 6a91741

Please sign in to comment.