# Actions Secret

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

The Action Secrets section in StepSecurity allows you to monitor, manage, and track GitHub Actions secrets across an entire organization or within specific repositories.&#x20;

This helps ensure secure storage and proper usage of sensitive information, such as API keys, tokens, and credentials used within workflows.

### Key Features

To access these features, open your StepSecurity dashboard and navigate to the Action Secrets section.

#### Organization-Wide Secret Management

* Provides a centralized view of all secrets used across repositories.
* Tracks the last rotation date of secrets, helping enforce regular updates for security.

<figure><img src="https://754495266-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQJRZY4cfEeY3I7DXTOCp%2Fuploads%2FSggGN51Xqet7Kgp3RhlZ%2FScreenshot%202025-03-01%20at%2003.38.51.png?alt=media&#x26;token=68706546-5676-4614-a12a-30437fbb07c8" alt=""><figcaption><p>StepSecurity Action Secrets page showing organization secrets</p></figcaption></figure>

### Repository-Level Secrets

* Displays secrets specific to individual repositories.
* Lists repositories along with the secret names and last rotation date.

<figure><img src="https://754495266-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQJRZY4cfEeY3I7DXTOCp%2Fuploads%2FaDjpjzIs0cLf0MCGvec2%2FScreenshot%202025-03-01%20at%2003.39.03.png?alt=media&#x26;token=5c9a953b-8091-44d7-9f43-0541c3f71ccd" alt=""><figcaption><p>StepSecurity Action Secrets page showing repository secrets</p></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/actions-secret.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.
