Skip to content

Commit b1a50ba

Browse files
committed
change file permission
1 parent decf7aa commit b1a50ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/actions/setup_cross_ci_crt_environment.py

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def _setenv_secret_file(self, env, env_name, secret_name):
5555
file.write(environment_value)
5656
file.flush()
5757
self.tmp_file_storage.append(filename)
58+
os.chmod(filename, 777)
5859
self._setenv(env, env_name, filename)
5960
except:
6061
print("[ERROR]: Could not get secret file with name: " + str(secret_name))

0 commit comments

Comments
 (0)