Skip to content

v10.1.0 [2024-04-18] #7

v10.1.0 [2024-04-18]

v10.1.0 [2024-04-18] #7

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 }}