diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index de90bb5..b4543c2 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -9,8 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Notify about a new release - uses: ba-st-actions/email-release-notification@v3.0.0 + uses: ba-st-actions/email-release-notification@v3.1.1 env: SENDGRID_API_TOKEN: ${{ secrets.SENDGRID_API_TOKEN }} RECIPIENTS_URL: ${{ secrets.RECIPIENTS_URL }} + DISTRIBUTION_LISTS: ${{ secrets.DISTRIBUTION_LISTS }} SENDER_EMAIL: ${{ secrets.SENDER_EMAIL }}