lower permissions for chmod (#51)
This commit is contained in:
@@ -57,7 +57,7 @@ export async function downloadKubectl(version: string): Promise<string> {
|
||||
}
|
||||
|
||||
const kubectlPath = path.join(cachedToolpath, kubectlToolName + getExecutableExtension());
|
||||
fs.chmodSync(kubectlPath, '777');
|
||||
fs.chmodSync(kubectlPath, '775');
|
||||
return kubectlPath;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user