forgejo-runner-act/pkg/runner
Jason Song 0a37a03f2e Clone actions without token (#6)
Shouldn't provide token when cloning actions, the token comes from the instance which triggered the task, it might be not the instance which provides actions.

For GitHub, they are the same, always github.com. But for Gitea, tasks triggered by a.com can clone actions from b.com.

Reviewed-on: https://gitea.com/gitea/act/pulls/6
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Jason Song <i@wolfogre.com>
Co-committed-by: Jason Song <i@wolfogre.com>
2023-01-06 13:34:38 +08:00
..
res Add super-linter + fix lint issues (#650) 2021-05-03 09:52:03 -07:00
testdata feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
action.go Merge tag 'nektos/v0.2.34' 2022-12-05 17:08:17 +08:00
action_composite.go Merge tag 'nektos/v0.2.34' 2022-12-05 17:08:17 +08:00
action_test.go Fix composite input handling (#1345) 2022-10-06 21:58:16 +00:00
command.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
command_test.go feat: pass current matrix information to job logger (#1364) 2022-09-27 15:49:22 +00:00
container_mock_test.go feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
expression.go feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
expression_test.go feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
job_executor.go Merge tag 'nektos/v0.2.34' 2022-12-05 17:08:17 +08:00
job_executor_test.go feat: interpolate the step names (#1422) 2022-11-16 21:55:23 +00:00
logger.go Support step number 2022-11-22 16:11:35 +08:00
run_context.go Merge tag 'nektos/v0.2.34' 2022-12-05 17:08:17 +08:00
run_context_test.go Merge tag 'nektos/v0.2.34' 2022-12-05 17:08:17 +08:00
runner.go Merge tag 'nektos/v0.2.34' 2022-12-05 17:08:17 +08:00
runner_test.go feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
step.go feat: interpolate the step names (#1422) 2022-11-16 21:55:23 +00:00
step_action_local.go Fix composite input handling (#1345) 2022-10-06 21:58:16 +00:00
step_action_local_test.go feat: interpolate the step names (#1422) 2022-11-16 21:55:23 +00:00
step_action_remote.go Clone actions without token (#6) 2023-01-06 13:34:38 +08:00
step_action_remote_test.go feat: interpolate the step names (#1422) 2022-11-16 21:55:23 +00:00
step_docker.go Merge tag 'nektos/v0.2.34' 2022-12-05 17:08:17 +08:00
step_docker_test.go feat: interpolate the step names (#1422) 2022-11-16 21:55:23 +00:00
step_factory.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_factory_test.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_run.go feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
step_run_test.go feat: GITHUB_STATE and GITHUB_OUTPUT file commands (#1391) 2022-11-16 21:42:57 +00:00
step_test.go Fix composite input handling (#1345) 2022-10-06 21:58:16 +00:00