Skip to content

controlaltdelete-nl/n8n-trigger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

N8N Trigger

A simple workflow that allows you to trigger a N8N webhook from GitHub Actions. It takes all the GITHUB_* variables and sends them to your webhook as payload.

Usage:

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - name: Inform N8N
        uses: controlaltdelete-nl/n8n-trigger@main
        with:
          webhook-url: "https://your-n8n-url.com/webhook/0d7603a4-2a52-484b-b748-ff61f1589aef"

Set your N8N webhook to POST:

N8N Settings

About

A simple trigger for your N8N workflows

Resources

Stars

Watchers

Forks