A GitHub Action to send a push notification to your devices via Pushinator API.
name: Deploy
on: pull
jobs:
send-notification:
runs-on: ubuntu-latest
steps:
# your deployment steps
- uses: appricos/pushinator-action@v1
with:
apiToken: ${{ secrets.PUSHINATOR_API_TOKEN }}
channelId: ${{ secrets.PUSHINATOR_CHANNEL_ID }}
notification: "🚀 Application deployed!"
- Create a Pushinator account
- Set up a notification channel and save the Channel ID and API token
- Download the app from the App Store or Google Play to all devices you want to get notifications on
- Use the QR code in the dashboard to subscribe your devices to the channel
- Use the example workflow provided to set up and trigger notifications