Skip to content

Commit

Permalink
fix workflow - deno send
Browse files Browse the repository at this point in the history
  • Loading branch information
claromes committed Dec 10, 2024
1 parent d9342b8 commit c6a2343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lighthouse_reports_via_resend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Install Deno dependencies
run: deno install

- name: Deno build
run: deno task build
- name: Deno send
run: deno task send
env:
RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}
RESEND_EMAIL_FROM: ${{ secrets.RESEND_EMAIL_FROM }}
Expand Down

0 comments on commit c6a2343

Please sign in to comment.