We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a50ba commit 2ea1f56Copy full SHA for 2ea1f56
builder/actions/setup_cross_ci_crt_environment.py
@@ -56,6 +56,7 @@ def _setenv_secret_file(self, env, env_name, secret_name):
56
file.flush()
57
self.tmp_file_storage.append(filename)
58
os.chmod(filename, 777)
59
+ print("chmod file {}".format(filename))
60
self._setenv(env, env_name, filename)
61
except:
62
print("[ERROR]: Could not get secret file with name: " + str(secret_name))
0 commit comments