mirror of
https://github.com/clinicjs/node-clinic.git
synced 2026-01-18 16:22:03 +00:00
* 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>
14 lines
299 B
YAML
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 }}
|