un0mic / ifttt-action

⚡️ GitHub action that triggers an IFTTT webhooks event

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ifttt-action

GitHub Actions status

A GitHub action that triggers an IFTTT webhooks event. This is useful for example when you want to trigger a IFTTT webhook after your deployment succeeds.

Usage

See action.yml

steps:
  - uses: screendriver/ifttt-action@v1
    with:
      event: your-webhook-event
      key: your-webhook-secret-key

About

⚡️ GitHub action that triggers an IFTTT webhooks event

License:MIT License


Languages

Language:TypeScript 100.0%