Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
glazec committed Feb 17, 2020
1 parent 623bbe5 commit d0848e2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on: [push]

jobs:
push_notification_if_new_post:
runs-on: ubuntu-latest
name: A job to say hello
steps:
- name: Hello world action step
id: hello
uses: glazec/netlify-web-push-notification
with:
who-to-greet: 'Mona the Octocat'
env:
webpushrKey: ${{ secrets.webpushrKey }}
webpushrAuthToken: ${{ secrets.webpushrAuthToken }}
newPostRep: ${{ secrets.newPostRep }}
newPostOnlineSite: ${{ secrets.newPostOnlineSite }}
buildHook: ${{ secrets.buildHook }}

0 comments on commit d0848e2

Please sign in to comment.