diff --git a/pkg/runner/run_context.go b/pkg/runner/run_context.go index 151386b..e0ef92d 100755 --- a/pkg/runner/run_context.go +++ b/pkg/runner/run_context.go @@ -159,11 +159,11 @@ func (rc *RunContext) startJobContainer() common.Executor { Body: rc.EventJSON, }, &container.FileEntry{ Name: "workflow/envs.txt", - Mode: 0644, + Mode: 0666, Body: "", }, &container.FileEntry{ Name: "workflow/paths.txt", - Mode: 0644, + Mode: 0666, Body: "", }), )(ctx)