Skip to content

Downstream Fork Notification #136

Downstream Fork Notification

Downstream Fork Notification #136

Workflow file for this run

name: Downstream Fork Notification
permissions: {}
on:
workflow_dispatch:
schedule:
- cron: '45 9 * * *'
jobs:
downstream-forks:
runs-on: ubuntu-latest
steps:
- name: Notify of new commits to downstream forks
uses: thoukydides/action-notify-downstream-forks@v1
with:
email_smtp_url: ${{ secrets.EMAIL_SMTP_URL }}
email_to: ${{ secrets.EMAIL_TO }}
github_token: ${{ secrets.PAT_NOTIFY_FORKS }}