gglukmann / wp-trigger-github

WordPress save or update action triggers Github repository_dispatch action for triggering Github Actions workflow.
GNU General Public License v3.0
23 stars 12 forks source link
wordpress wordpress-plugin wp wp-plugin wp-trigger-github

wp-trigger-github

Plugin for WordPress. Save or update action triggers Github repository_dispatch action for triggering Github Actions workflow.

Installation

GitHub Actions configuration

In your GitHub workflow yaml file, you can use this as:

on:
  repository_dispatch:
    types: [wordpress]

or if you don't want to specify type you can use it without types

on:
  repository_dispatch: