Skip to content

Commit

Permalink
ci: add github-actions-release-notify
Browse files Browse the repository at this point in the history
  • Loading branch information
gilach committed May 26, 2021
1 parent 9d98595 commit 0b50c1c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/notify-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: notify-release
on:
workflow_dispatch:
branches:
- master
schedule:
- cron: '30 8 * * *'
jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: Notify release
uses: nearform/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0b50c1c

Please sign in to comment.