Skip to content

Commit f4d4369

Browse files
author
MB Burch
committed
Remove unwanted isSecret
1 parent 3e3dfa4 commit f4d4369

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/config/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ var (
3232
"app-privatekey-path",
3333
field.WithDisplayName("GitHub App private key (.pem)"),
3434
field.WithDescription("Path to private key that is used to connect to the GitHub App"),
35-
field.WithIsSecret(true),
3635
)
3736
syncSecrets = field.BoolField(
3837
"sync-secrets",

0 commit comments

Comments
 (0)