We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6bd81 commit a669400Copy full SHA for a669400
.github/workflows/notify.yml
@@ -9,8 +9,9 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Notify about a new release
12
- uses: ba-st-actions/email-release-notification@v3.0.0
+ uses: ba-st-actions/email-release-notification@v3.1.1
13
env:
14
SENDGRID_API_TOKEN: ${{ secrets.SENDGRID_API_TOKEN }}
15
RECIPIENTS_URL: ${{ secrets.RECIPIENTS_URL }}
16
+ DISTRIBUTION_LISTS: ${{ secrets.DISTRIBUTION_LISTS }}
17
SENDER_EMAIL: ${{ secrets.SENDER_EMAIL }}
0 commit comments