> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Trigger GitHub Actions

> Add a Trigger GitHub Actions command to a Paradime Bolt schedule to run GitHub Actions workflows from the Paradime CLI as part of your dbt™ pipeline.

Trigger one or more GitHub Actions workflows from a Bolt schedule to run downstream automation as part of your pipeline.

## Prerequisites

* GitHub connected as a [workspace integration](/integrations/github). Credentials are taken from that integration.

## Usage

Add the **Trigger GitHub Actions** command to your schedule and enter the command to run. The modal accepts any command supported by the [Paradime GitHub Actions CLI](/developers/paradime-cli/github-actions-cli):

```bash theme={"system"}
paradime run github-actions-trigger --repo=owner/repo --workflow-ids=deploy.yml
```

Use `--ref=` to target a branch or tag, and `--inputs='{"key":"value"}'` to pass workflow inputs.

## Learn more

See the [Paradime GitHub Actions CLI](/developers/paradime-cli/github-actions-cli) for the full command and flag reference.


## Related topics

- [GitHub Actions CLI](/developers/paradime-cli/github-actions-cli.md)
- [Migrate dbt™ jobs from GitHub Actions to Paradime Bolt](/guides/migrations/migrating-dbt-tm-jobs-from-github-actions-to-paradime-bolt.md)
- [GitHub Merge Queue](/guides/working-with-git/github-merge-queue.md)
- [GitHub PR Management Tool](/products/dino-ai/tools-and-features/github-pr-management-tool.md)
- [GitHub](/integrations/github.md)
