Skip to content

Commit 3358649

Browse files
committed
fix: make verify-upstream-has-not-changed.sh executable after creation
1 parent 9b63e9f commit 3358649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci_starter/cli/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def workflows(
101101
with workdir.helper_script.open("w", encoding="utf-8") as script_file:
102102
script: str = generate_helper_script()
103103
script_file.write(script)
104+
_make_script_executable = workdir.helper_script.chmod(0o755)
104105

105106
base_workflow_file = workdir.workflows / workflow_file_name.name
106107
with base_workflow_file.open("w", encoding="utf-8") as base_workflow:

0 commit comments

Comments
 (0)