Summary
Registers a secret which will get masked in the build log.
- Namespace
- Cake
.Common .Build .GitHubActions .Commands - Containing Type
- Git
Hub Actions Commands
Syntax
public void SetSecret(string secret)
Parameters
| Name | Type | Description |
|---|---|---|
| secret | string | The secret. |
Return Value
| Type | Description |
|---|---|
| void |
