Skip to content

Commit

Permalink
chore: add notify-release workflow (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb authored Dec 23, 2021
1 parent 5dc0db2 commit 0ebdcf8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/notify-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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 }}

0 comments on commit 0ebdcf8

Please sign in to comment.