WP Change Trigger GitHub
A WordPress plugin that fires GitHub Actions automatically when content is created or updated, and can also be triggered manually from the WordPress admin panel.
by Brais Pato · github.com/bpato/wp-change-trigger-github · website
★ 0stars
1release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/bpato/wp-change-trigger-github/releases/download/v1.0.0/wp-change-trigger-github.zipFrom the readme
wp-change-trigger-github
A WordPress plugin that fires GitHub Actions automatically when content is created or updated, and can also be triggered manually from the WordPress admin panel.
Features
- Automatically triggers a GitHub Actions workflow when posts or pages are created or updated.
- Manual trigger available from the WordPress admin panel.
- Uses Bearer token authentication for GitHub REST API calls.
- Prevents multiple consecutive executions using WordPress transients.
- Basic logging for easier debugging.
Installation
1. Download or clone this repository.
2. Copy the wp-change-trigger-github folder into your WordPress site's wp-content/plugins/ directory.
3. Run composer install inside the plugin directory to install dependencies (if required).
4. Activate the plugin from the WordPress admin panel.
Configuration
After activation, go to Tools Wp Change Trigger Github in the WordPress admin panel and fill in:
- Repository Owner: GitHub username or organization.
- Repository Name: Name of your GitHub repository.
- Repository Workflow Name: Filename of the workflow (e.g., main.yml).
- Personal Access Token (Classic): A GitHub token with permissions to trigger workflo
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.0.0 | Aug 12, 2025 | wp-change-trigger-github.zip | 1 |