Skip to content

Commit

Permalink
Merge branch 'master' of [email protected]:burningwave/core.git
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-Gentili committed Oct 28, 2023
2 parents b4f69fa + a2208f0 commit baef1bb
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ on:
types: [started]

jobs:

send-notification:
name: Send push notification
runs-on: ubuntu-latest
steps:
- name: Send Push Notification
uses: techulus/[email protected]
env:
API_KEY: ${{ secrets.PUSH_NOTIFICATION_API_KEY }}
MESSAGE: ${{ format('New star for {0}!', github.repository) }}

ask-for-authorization:
name: Ask for authorization
runs-on: ubuntu-latest
Expand Down

0 comments on commit baef1bb

Please sign in to comment.