Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
package

GitHub Action

pushover-actions

0.0.3

pushover-actions

package

pushover-actions

Push notifications for github repository changes through pushover

Installation

Copy and paste the following snippet into your .yml file.

              

- name: pushover-actions

uses: Clivern/pushover-actions@0.0.3

Learn more about this action in Clivern/pushover-actions

Choose a version

Pushover Actions Logo

Pushover Actions

Pushover A Notifications for Github Repository Changes

Documentation

Pushover as a Github Action:

To install pushover github action, add the following to your workflow.yml.

name: workflow_name

on:
    # may vary based on modules enabled

jobs:
  pushover-actions:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2 # required to clone your code
      - name: pushover-actions
        uses: clivern/pushover-actions@master
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          PUSHOVER_TOKEN: ${{ secrets.PUSHOVER_TOKEN }}
          PUSHOVER_USER: ${{ secrets.PUSHOVER_USER }}

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, Pushover Actions is maintained under the Semantic Versioning guidelines and release process is predictable and business-friendly.

See the Releases section of our GitHub project for changelogs for each release version of Pushover Actions. It contains summaries of the most noteworthy changes made in each release.

Bug tracker

If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/pushover-actions/issues

Security Issues

If you discover a security vulnerability within Pushover Actions, please send an email to hello@clivern.com

Contributing

We are an open source, community-driven project so please feel free to join us. see the contributing guidelines for more details.

License

© 2020, Clivern. Released under Apache License, Version 2.0.

Pushover-Actions is authored and maintained by @Clivern.