push release to local gitea instance
Some checks failed
release-nightly / goreleaser (push) Has been skipped
release-nightly / release-image (push) Failing after 18s
checks / check and test (push) Successful in 17s
release-tag / goreleaser (push) Has been skipped
release-tag / release-image (push) Failing after 3m8s
Some checks failed
release-nightly / goreleaser (push) Has been skipped
release-nightly / release-image (push) Failing after 18s
checks / check and test (push) Successful in 17s
release-tag / goreleaser (push) Has been skipped
release-tag / release-image (push) Failing after 3m8s
This commit is contained in:
@@ -157,6 +157,7 @@ func (r *Runner) run(ctx context.Context, task *runnerv1.Task, reporter *report.
|
||||
Token: taskContext["token"].GetStringValue(),
|
||||
RepositoryOwner: taskContext["repository_owner"].GetStringValue(),
|
||||
RetentionDays: taskContext["retention_days"].GetStringValue(),
|
||||
ServerURL: taskContext["server_url"].GetStringValue(),
|
||||
}
|
||||
if t := task.Secrets["GITEA_TOKEN"]; t != "" {
|
||||
preset.Token = t
|
||||
|
||||
Reference in New Issue
Block a user