Skip to content

Commit

Permalink
Merge pull request #190 from nearform/ci/github-actions-release-notify
Browse files Browse the repository at this point in the history
Add github action release-notify
  • Loading branch information
simoneb committed May 26, 2021
2 parents 09733b3 + ba7ee52 commit cdee188
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/github-action-notify-release@v1.2.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cdee188

Please sign in to comment.