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 main branch

  • Manually, using the "Run workflow" button in GitHub Actions

What It Does

  1. Clones the target repository (SSW.Rules)
  2. Finds the latest release/* branch
  3. Generates a GitHub App token
  4. Triggers the build/deploy workflow in SSW.Rules

For additional troubleshooting, see SSW.Rules Pipeline Troubleshooting Guide