# Fetch Secret from Infisical ## Description Fetches a single secret value from Infisical using a machine identity token ## Inputs | name | description | required | default | | --- | --- | --- | --- | | `INFISICAL_TOKEN` |
Machine identity access token
| `true` | `""` | | `SECRET_NAME` |The secret key to fetch
| `true` | `""` | | `INFISICAL_HOST` |Infisical API base URL
| `false` | `https://infisical.pixelparasol.com` | | `WORKSPACE_ID` |Infisical project UUID
| `false` | `""` | | `ENVIRONMENT` |Infisical environment slug
| `false` | `prod` | | `SECRET_PATH` |Folder path within the environment
| `false` | `/` | ## Outputs | name | description | | --- | --- | | `value` |The fetched secret value
| ## Runs This action is a `composite` action.