Easily trigger a GitHub Actions workflow from your WordPress site whenever a post is created, updated, or deleted. Perfect for headless WordPress setups to automate frontend deployments and keep your site in sync.
- Triggers a GitHub Actions workflow on post save or delete
- Manual deploy/reset options from the settings page
- Securely stores your GitHub token
- Works with any post type
External services
This plugin connects to the GitHub API to trigger GitHub Actions workflows. This service is required to automatically deploy your site when content changes.
The plugin sends the following data to GitHub』s API:
– Repository information (user/repo format)
– Workflow filename
– Branch reference (default: main)
– GitHub personal access token for authentication
This data is sent every time a post is created, updated, or deleted (when the post status is 『publish』). The GitHub token is stored securely in your WordPress database and is never displayed in plain text.
This service is provided by GitHub, Inc.:
– Terms of Service: https://docs.github.com/en/site-policy/github-terms/github-terms-of-service
– Privacy Policy: https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement






