node-clinic/.github/workflows/notify-release.yml
dependabot[bot] 7c42e1cdd4
Bump nearform/github-action-notify-release from 1.2.7 to 1.2.8 (#316)
* Bump nearform/github-action-notify-release from 1.2.7 to 1.2.8

Bumps [nearform/github-action-notify-release](https://github.com/nearform/github-action-notify-release) from 1.2.7 to 1.2.8.
- [Release notes](https://github.com/nearform/github-action-notify-release/releases)
- [Commits](https://github.com/nearform/github-action-notify-release/compare/v1.2.7...v1.2.8)

---
updated-dependencies:
- dependency-name: nearform/github-action-notify-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: use major version of notify release action

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Simone Busoli <simone.busoli@gmail.com>
2021-12-23 09:36:23 +01:00

14 lines
299 B
YAML

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