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 f4d4369 commit 2a207b7Copy full SHA for 2a207b7
pkg/config/config.go
@@ -4,12 +4,12 @@ import (
4
"github.com/conductorone/baton-sdk/pkg/field"
5
)
6
7
+// TODO (mb): Make sure we don't need field.WithRequired(true) for required fields.
8
var (
9
accessTokenField = field.StringField(
10
"token",
11
field.WithDisplayName("Personal access token"),
12
field.WithDescription("The GitHub access token used to connect to the GitHub API."),
- field.WithRequired(true),
13
field.WithIsSecret(true),
14
15
orgsField = field.StringSliceField(
0 commit comments