Skip to content

notify-release

notify-release #869

name: notify-release
on:
workflow_dispatch:
release:
types: [published]
schedule:
- cron: '30 8 * * *'
jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: Notify release
uses: nearform-actions/github-action-notify-release@v1
with:
github-token: ${{ github.token }}