# actions-secret

From **GitHub v3 REST API**.

Set secrets for GitHub Actions.

- Type: `object`

## Properties

### `created_at`

- Required: true
- Type: `string`
- Format: `date-time`

### `name`

- Required: true
- Type: `string`
- Example: `SECRET_TOKEN`

The name of the secret.

### `updated_at`

- Required: true
- Type: `string`
- Format: `date-time`

## JSON Schema

```json
{"description":"Set secrets for GitHub Actions.","properties":{"created_at":{"format":"date-time","type":"string"},"name":{"description":"The name of the secret.","example":"SECRET_TOKEN","type":"string"},"updated_at":{"format":"date-time","type":"string"}},"required":["name","created_at","updated_at"],"title":"Actions Secret","type":"object"}
```
