Skip to content

Commit

Permalink
Create issue_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nabhajit-ray authored Sep 23, 2020
1 parent 9bab508 commit 48ba38d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/issue_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Notify issues

on:
issues:
types: [opened]

jobs:
push:

runs-on: ubuntu-latest

steps:
- name: Send Push Notification
uses: techulus/[email protected]
env:
API_KEY: ${{ secrets.PUSH_API_KEY }}
MESSAGE: "There is a new issue 😅"

0 comments on commit 48ba38d

Please sign in to comment.