This commit is contained in:
Ethan Chiu
2020-07-24 15:46:19 -04:00
parent 43610319c4
commit faf826d15a
5 changed files with 22 additions and 8 deletions

View File

@@ -9,6 +9,7 @@ namespace GitHub.Runner.Worker
private readonly HashSet<string> _contextEnvWhitelist = new HashSet<string>(StringComparer.OrdinalIgnoreCase)
{
"action",
"action_path",
"actor",
"api_url",
"base_ref",