Export secret properties to iOS .xcconfig file.
Source: actions/ios-export-secrets/action.yml
Encodes secret values to Base64 and writes them into the specified .xcconfig file in KEY = VALUE format.
Usage
- uses: futuredapp/.github/.github/actions/ios-export-secrets@2.2.0
with:
XCCONFIG_PATH: '...'
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
XCCONFIG_PATH |
string |
Yes | — | Path to the .xcconfig file. Selected secret properties will be appended to the end of this file. |
SECRET_PROPERTIES |
string |
No | — | Secrets in the format KEY = VALUE (one per line). |
REQUIRED_KEYS |
string |
No | — | Comma-separated list of required keys. |