Skip to content

Commit 40f9f98

Browse files
committed
add email sending
1 parent 05a49a3 commit 40f9f98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/weekly_clone_stats.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
5959
- name: Send custom email
6060
run: |
61-
USERNAME=$(echo -n "apikey" | base64)
62-
ENCODED_AUTH=$(echo -n "$USERNAME:${{ secrets.SENDGRID_KEY }}" | base64)
61+
ENCODED_AUTH=${{ secrets.SENDGRID_KEY }}
6362
6463
curl -X POST https://api.sendgrid.com/v3/mail/send \
6564
-H "Authorization: Basic $ENCODED_AUTH" \

0 commit comments

Comments
 (0)