Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Removing readonly from access token
  • Loading branch information
hvermis committed Sep 7, 2018
commit d0dbe4bdf17cbfb67a4a0b87ed2dcae4c0a0f3a0
Original file line number Diff line number Diff line change
Expand Up @@ -3254,8 +3254,7 @@
"properties": {
"gitHubAccessToken": {
"description": "GitHub access token.",
Copy link
Contributor

@hovsepm hovsepm Sep 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"readOnly": true ? #Resolved

"type": "string",
"readonly": true
"type": "string"
}
}
},
Expand Down