Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit 7cdf318

Browse files
authored
Merge pull request #1 from hellofresh/feature/update-docs
Added a bit more docs
2 parents 2b00596 + 6847f4a commit 7cdf318

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github.sample.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ LogLevel="debug"
1616
# Defines the github token
1717
Token=""
1818

19-
# Defines permissions on the repo per team
19+
# Defines permissions on the repo per team. The possible permission values are `pull`, `push` and `admin`
20+
# and they are defined on github's API
2021
Teams=[
2122
#Example
2223
{ID=1234, Permission='pull'},

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Just place the binary in your $PATH and you are good to go.
1919

2020
After you have *github-cli* up and running we can create our first repository.
2121
First of all we have to create a configuration file that will customize how our repositories will be created. You can have a look on our [example](.github.sample.toml).
22-
This file can be placed on the same folder as your binary is, or in `/etc/github` and it should be named `.github.toml` (You can also use it as `yaml` or `json`).
22+
This file can be placed on the same folder as your binary is, or in your home directory and it should be named `.github.toml` (You can also use it as `yaml` or `json`).
2323

2424
Let's see how we can create a new repo:
2525

0 commit comments

Comments
 (0)