Skip to content

v10.2.0 [2024-05-13] #9

v10.2.0 [2024-05-13]

v10.2.0 [2024-05-13] #9

Workflow file for this run

name: Release Notifications
on:
release:
types:
- published
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Notify about a new release
uses: ba-st-actions/email-release-notification@v3.1.2
env:
SENDGRID_API_TOKEN: ${{ secrets.SENDGRID_API_TOKEN }}
RECIPIENTS_URL: ${{ secrets.RECIPIENTS_URL }}
DISTRIBUTION_LISTS: ${{ secrets.DISTRIBUTION_LISTS }}
SENDER_EMAIL: ${{ secrets.SENDER_EMAIL }}