Skip to content

v11.0.0 [2023-10-25] #7

v11.0.0 [2023-10-25]

v11.0.0 [2023-10-25] #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 protected]
env:
SENDGRID_API_TOKEN: ${{ secrets.SENDGRID_API_TOKEN }}
RECIPIENTS_URL: ${{ secrets.RECIPIENTS_URL }}
DISTRIBUTION_LISTS: ${{ secrets.DISTRIBUTION_LISTS }}
SENDER_EMAIL: ${{ secrets.SENDER_EMAIL }}