Skip to content

Commit 3d9c778

Browse files
committed
add email sending
1 parent 2baf3d4 commit 3d9c778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/weekly_clone_stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
- name: Send custom email
6060
run: |
6161
ENCODED_AUTH=${{ secrets.SENDGRID_KEY }}
62-
FROM=${{ secrets.EMAIL_FROM }}
63-
TO=${{ secrets.EMAIL_TO }}
62+
FROM=${{ vars.EMAIL_FROM }}
63+
TO=${{ vars.EMAIL_TO }}
6464
COUNT=${{ steps.parse.outputs.count }}
6565
REPOSITORY=${{ github.repository }}
6666
UNIQUES=${{ steps.parse.outputs.uniques }}

0 commit comments

Comments
 (0)