Extra settings to add to the generated TOML config.
Declarations
Type
TOML valueDefault
{ }Example
{
secrets = {
GITHUB_TOKEN = "ghp_xxxx";
};
}Extra settings to add to the generated TOML config.
TOML value{ }{
secrets = {
GITHUB_TOKEN = "ghp_xxxx";
};
}