Skip to content

Commit

Permalink
feat(task): add PushFlows task (#63)
Browse files Browse the repository at this point in the history
part of #56
  • Loading branch information
brian-mulier-p committed Apr 29, 2024
1 parent d95221f commit d1ddcdd
Show file tree
Hide file tree
Showing 3 changed files with 819 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/kestra/plugin/git/AbstractGitTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public abstract class AbstractGitTask extends Task {
protected String username;

@Schema(
title = "The password or personal access token."
title = "The password or Personal Access Token (PAT). When you authenticate the task with a PAT, any flows or files pushed to Git from Kestra will be pushed from the user associated with that PAT. This way, you don't need to configure the commit author (the `authorName` and `authorEmail` properties)."
)
@PluginProperty(dynamic = true)
protected String password;
Expand Down
Loading

0 comments on commit d1ddcdd

Please sign in to comment.