Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=1.1.1-SNAPSHOT
kestraVersion=1.2.3
kestraVersion=1.3.13
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public abstract class AbstractCloudflareTask extends Task {
description = "Your Cloudflare API token. Create one in the Cloudflare dashboard with DNS read/write permissions."
)
@NotNull
@PluginProperty(group = "main")
@PluginProperty(secret = true, group = "main")
protected Property<String> apiToken;

@Schema(
Expand Down
Loading