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: 4 months 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 (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T20:04:51.000Z (4 months ago)
- Last Synced: 2025-03-15T00:51:54.410Z (4 months ago)
- Topics: actions, github, github-actions
- Language: TypeScript
- Homepage:
- Size: 4.82 MB
- Stars: 19
- Watchers: 2
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ifttt-action
[](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
```