We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3dfa4 commit f4d4369Copy full SHA for f4d4369
pkg/config/config.go
@@ -32,7 +32,6 @@ var (
32
"app-privatekey-path",
33
field.WithDisplayName("GitHub App private key (.pem)"),
34
field.WithDescription("Path to private key that is used to connect to the GitHub App"),
35
- field.WithIsSecret(true),
36
)
37
syncSecrets = field.BoolField(
38
"sync-secrets",
0 commit comments