Skip to content

Commit

Permalink
Remove not needed field in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Sep 7, 2023
1 parent a5535d0 commit e956a88
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/executor/flux/jsonschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"github": {
"auth": {
"accessToken": {
"ui:widget": "password",
"ui:help": "Hint: Make it strong!"
"ui:widget": "password"
}
}
}
Expand All @@ -24,7 +23,7 @@
"properties": {
"accessToken": {
"title": "Access Token",
"description": "Instructions for token creation: https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/#creating-a-token.\n\nLack of token may limit functionality, e.g., adding comments to pull requests or approving them.",
"description": "Instructions for token creation: https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/#creating-a-token. Lack of token may limit functionality, e.g., adding comments to pull requests or approving them.",
"type": "string"
}
}
Expand Down

0 comments on commit e956a88

Please sign in to comment.