Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/screendriver/ifttt-action

⚡️ GitHub action that triggers an IFTTT webhooks event
https://github.com/screendriver/ifttt-action

actions github github-actions

Last synced: 18 days ago
JSON representation

⚡️ GitHub action that triggers an IFTTT webhooks event

Awesome Lists containing this project

README

        

# ifttt-action

[![GitHub Actions status](https://github.com/screendriver/ifttt-action/workflows/CI/badge.svg)](https://github.com/screendriver/ifttt-action/actions)

A GitHub action that triggers an [IFTTT webhooks](https://ifttt.com/maker_webhooks)
event. This is useful for example when you want to trigger a IFTTT webhook after
your deployment succeeds.

## Usage

See [action.yml](https://github.com/screendriver/ifttt-action/blob/main/action.yml)

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