diff --git a/.github/workflows/[M] build and test, compute coverage, release.yml b/.github/workflows/[M] build and test, compute coverage, release.yml index 61f63918d..17cd6c2b6 100644 --- a/.github/workflows/[M] build and test, compute coverage, release.yml +++ b/.github/workflows/[M] build and test, compute coverage, release.yml @@ -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/push-github-action@1.0.0 + 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