Skip to content

Commit 510b991

Browse files
committed
add email sending
1 parent 40f9f98 commit 510b991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/weekly_clone_stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
ENCODED_AUTH=${{ secrets.SENDGRID_KEY }}
6262
6363
curl -X POST https://api.sendgrid.com/v3/mail/send \
64-
-H "Authorization: Basic $ENCODED_AUTH" \
64+
-H "Authorization: Bearer $ENCODED_AUTH" \
6565
-H "Content-Type: application/json" \
6666
-d '{
6767
"personalizations": [{

0 commit comments

Comments
 (0)