From 33ca4909152a2048023b667e9cd4968e0732e9b5 Mon Sep 17 00:00:00 2001 From: Gabriel Omar Cotelli Date: Tue, 10 Mar 2020 13:23:57 -0300 Subject: [PATCH] Update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b39c400..6d92905 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ jobs: uses: ba-st-actions/email-release-notification@v2.0.0 env: SENDGRID_API_TOKEN: ${{ secrets.SENDGRID_API_TOKEN }} - RECIPIENTS: ${{ secrets.RECIPIENTS }} + RECIPIENTS_URL: ${{ secrets.RECIPIENTS_URL }} ``` ### 2. Set the SendGrid secret