Skip to content

pixela-webhook-action

Actions
GitHub Actions to invoke Pixela webhook
v1.0.0
Latest
Star (2)

pixela-webhook-action

GitHub Actions to invoke Pixela webhook

Input

username

required: the username that is owner of Pixela webhook

token

required: the token for pixela user

USE SECRET

Do not store token in your git repository. Instead, use secrets. Settings -> Secrets in your repository.

webhook_hash

required: the hash of webhook to invoke

USE SECRET

Do not store hash in your git repository. Instead, use secrets. Settings -> Secrets in your repository.

Usage

uses: ryosms/pixela-webhook-action@v1.0.0
id: increment-pixela
with:
  username: ${{ secrets.PIXELA_USERNAME }}
  token: ${{ secrets.PIXELA_TOKEN }}
  webhook_hash: ${{ secrets.PIXELA_WEBHOOK_HASH }}

pixela-webhook-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub Actions to invoke Pixela webhook
v1.0.0
Latest

pixela-webhook-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.