# GitHub - Actions (Premium)

The **GitHub Actions Widget** in UniDeck is a premium feature available exclusively to Plus and Team plan members. It enables users to monitor and manage their GitHub Actions workflows directly from the dashboard, ensuring seamless oversight of deployments and continuous integration/continuous deployment (CI/CD) pipelines.

### Widget Sizes

To accommodate various user preferences and dashboard layouts, the GitHub Actions Widget is available in the following sizes:

* **Medium**: Provides a concise overview of recent workflow runs, displaying essential details such as status, duration, and triggering events.
* **Large**: Offers an expanded view, showcasing a comprehensive list of workflow runs with additional information, ideal for in-depth monitoring and analysis.

<table data-card-size="large" data-view="cards" data-full-width="true"><thead><tr><th align="center"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td align="center">Medium</td><td><a href="/files/FRFyx9pqF7UgJOoktmtF">/files/FRFyx9pqF7UgJOoktmtF</a></td></tr><tr><td align="center">Large</td><td><a href="/files/Pc78sgx2SGZzZbPugZbm">/files/Pc78sgx2SGZzZbPugZbm</a></td></tr></tbody></table>

### Functionality

Designed to integrate seamlessly with your GitHub account, the GitHub Actions Widget allows you to:

* **Monitor Workflows**: Keep track of your GitHub Actions workflows in real-time, ensuring you are informed about the status of your builds, tests, and deployments.
* **Stay Informed**: Receive immediate updates on workflow successes, failures, and in-progress runs, enabling prompt responses to issues.
* **Enhance Productivity**: By having direct access to workflow statuses on your UniDeck dashboard, you can streamline your development process and reduce context switching.

This widget is essential for solo developers and teams aiming to maintain oversight of their deployments and ensure that critical processes do not go unnoticed.

### Configuration and Context Menu

The GitHub Actions Widget offers customizable settings to tailor its functionality to your specific needs:

* **Configuration**:
  * **Accessing Configuration**: Click the "Configure" button located in the top right corner of the widget or right-click on the widget to open the context menu and select "Configure."
  * **Selecting User/Organization**: In the configuration modal, choose the desired user or organization whose repositories you wish to monitor.
  * **Choosing Repository**: Select the specific repository to track its GitHub Actions workflows.
* **Context Menu**:
  * **Adjust Size**: Right-clicking on the widget opens a context menu where you can switch between Medium and Large sizes to fit your dashboard layout.
  * **Configure Widget**: Access the configuration modal to update user/organization and repository selections as needed.

By incorporating the GitHub Actions Widget into your UniDeck dashboard, you can efficiently oversee your CI/CD pipelines, ensuring that all deployments and workflow processes are promptly monitored and managed.


---

# 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://ainur.gitbook.io/unideck-docs/reference-and-spec/widgets/github-actions.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.
