Skip to content

case/actions-pushover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

actions-pushover

A reusable GitHub Action to send notifications via the Pushover API.

  • No external dependencies
  • Just curl and a POST to the Pushover API

Usage

- uses: case/actions-pushover@v1
  with:
    pushover_api_token: ${{ secrets.PUSHOVER_API_TOKEN }}
    pushover_user_key: ${{ secrets.PUSHOVER_USER_KEY }}
    title: "{Title here}"
    message: "{Add your message here}"

Inputs

Input Description Required
pushover_api_token Pushover API token Yes
pushover_user_key Pushover user key Yes
title Notification title Yes
message Notification message Yes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors