Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/screendriver/ifttt-action
- Owner: screendriver
- License: mit
- Created: 2019-08-16T08:34:55.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T00:33:09.000Z (11 months ago)
- Last Synced: 2023-12-20T12:29:28.388Z (11 months ago)
- Topics: actions, github, github-actions
- Language: TypeScript
- Homepage:
- Size: 4.26 MB
- Stars: 19
- Watchers: 4
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```