-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90a2e06
commit 0dc2a51
Showing
3 changed files
with
8 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,14 +28,13 @@ You can see an example of the output at my own [simonecorsi/awesome](https://git | |
|
||
The service can be configured setting the appropriate environment variables or writing an `.env` file. | ||
|
||
| Variable | Description | Default | | ||
| ----------------- | -------------------------------------------------------- | -------------------------------- | | ||
| `api-token` | Personal github api token. | `${{ secrets.API_TOKEN }}` | | ||
| `github-token` | This is the default github token used to commit and push | `${{ secrets.GITHUB_TOKEN }}` | | ||
| `github-name` | Name used for the commit | Github Action | | ||
| `github-email` | email used for commit | [email protected] | | ||
| `template-path` | Custom `README.md` template, [read more](#template-path) | | ||
| `output-filename` | Output filename | `README.md` | | ||
| Variable | Description | Default | | ||
| ----------------- | ------------------------------------------------------------------- | -------------------------------- | | ||
| `api-token` | Personal Token is used to avoid rate limit, [read more](#api-token) | `${{ secrets.API_TOKEN }}` | | ||
| `github-name` | Name used for the commit | Github Action | | ||
| `github-email` | email used for commit | [email protected] | | ||
| `template-path` | Custom `README.md` template, [read more](#template-path) | | ||
| `output-filename` | Output filename | `README.md` | | ||
|
||
#### `api-token` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters