# Reusable Workflows

{% hint style="warning" %}
Available for **Enterprise** Tier only
{% endhint %}

Reusable workflows in GitHub Actions let you create shared workflows that can be used across multiple repositories. This reduces duplication, keeps workflows consistent, and makes maintenance easier.

Instead of copying workflow files, you can reference a reusable workflow from another repository or within the same repository.

### Navigating Reusable Workflows

#### Accessing Reusable Workflows

* Navigate to the Actions section and select `Reusable Workflows`.
* You will see a list of all reusable workflows in your organization, including:
  * The repositories they belong to.
  * The repositories that are using them.
  * The Control Score for each workflow.

<figure><img src="/files/GxGROZjxrX5TrsbUi7yS" alt=""><figcaption></figcaption></figure>

#### Viewing Repositories Using a Reusable Workflow

* Click on the number under the `Repositories Using Reusable Workflow` column.
* This will take you to a page that displays:
  * The repository using the workflow
  * The workflow file name
  * The commit SHA
  * The associated tag

<figure><img src="/files/wkzmY0dx8EH2ul8TheK4" alt=""><figcaption></figcaption></figure>

#### Viewing the Control Score

* Click on the Control Score to see the detailed breakdown of the workflow’s score for each security control
* This will display a list of compliance checks and highlight areas where the workflow fails.
* You can review each failed control use [secure workflow](/github/orchestrate-security/secure-workflow.md) or[ secure repo](/github/orchestrate-security/secure-repo.md) to improve workflow compliance

<figure><img src="/files/Zh9g01ZULsDaRRAgGC05" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stepsecurity.io/github-actions/actions/reusable-workflows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
