Luke Tainton 2f0efd251e
All checks were successful
Release / Create Release (push) Successful in 10s
Release / Print Release (push) Successful in 3s
Remove defaults, use defaults at server instead
2025-03-23 21:09:20 +00:00
2025-03-23 20:45:06 +00:00
2025-03-23 20:47:15 +00:00
2025-03-23 20:45:06 +00:00
2025-03-23 21:06:38 +00:00
2025-03-23 20:45:06 +00:00
2025-03-23 20:45:06 +00:00

Pushover Action

A GitHub Action / Gitea Action to send a message via Pushover.

You can use the Action as follows:

name: Build
on:
  push:
    branches:
      - main
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@master
      - uses: https://git.tainton.uk/actions/pushover-action@v1.0.0
        env:
          PUSHOVER_APP_TOKEN: xxx
          PUSHOVER_USER_TOKEN: xxx
        with:
          message: ${{ github.event.head_commit.message }}

Properties

For more info on what a property means, see the Pushover API documentation.

Property Description Required?
message Message to send Yes
title Message title No
device Registered device to send the message to No
priority Priority of the message No
sound Sound to use when delivering the notification No
url URL to present in the notification No
url_title Button name to use for the URL link No
Description
No description provided
Readme Unlicense 34 KiB
v1.1.3 Latest
2025-03-23 22:09:33 +01:00
Languages
Python 93.4%
Dockerfile 6.6%