Skip to content

Commit

Permalink
add_example
Browse files Browse the repository at this point in the history
  • Loading branch information
harakeishi committed Oct 31, 2022
1 parent b157058 commit 9c44c6a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ $ go install github.com/harakeishi/trv@latest
The first time it is started, a configuration file is created.
Fill in the information for documents generated by `tbls`.

.| required |Description
--|--|--
Owner| * | Owner of the repository where the information is stored
Repo| * | Repository where information is stored
Path| * | Path of the document generated by `tbls`
Token| * | Github Token
IsEnterprise| | Is it GHES?
BaseURL| | Base URL for GHES
UploadURL| | Upload URL for GHES
| | Required |Example|Description|
|--|--|--|--|
|Owner| * |`harakeishi`|Owner of the repository where the information is stored|
|Repo| * |`trv`|Repository where information is stored|
|Path| * |`sampledb`|Path of the document generated by `tbls`|
|Token| * | |Github Token|
|IsEnterprise| || Is it GHES?|
|BaseURL|| `https://git.hoge.com/api/v3/` | Base URL for GHES|
|UploadURL|| `https://git.hoge.com/api/uploads/` | Upload URL for GHES|

Tokens for retrieving information in public repositories can be used without setting any specific permissions.

Expand Down

0 comments on commit 9c44c6a

Please sign in to comment.