GitHub Action Trigger Rules Build - SSWConsulting/SSW.Rules.Content GitHub Wiki
This GitHub Action remotely triggers a build and deploy workflow (build-deploy-production.yml) in the SSW.Rules repository. It’s used to kick off production deployments of the Rules site whenever there are changes to the main branch.
When It Runs
-
On push to the
mainbranch -
Manually, using the "Run workflow" button in GitHub Actions
What It Does
- Clones the target repository (
SSW.Rules) - Finds the latest
release/*branch - Generates a GitHub App token
- Triggers the build/deploy workflow in SSW.Rules
For additional troubleshooting, see SSW.Rules Pipeline Troubleshooting Guide