Skip to content

notify-release

notify-release #903

name: notify-release
on:
workflow_dispatch:
branches:
- master
schedule:
- cron: '30 8 * * *'
jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: Notify release
uses: nearform/github-action-notify-release@v1.11.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}