Skip to content

Commit a5f12ea

Browse files
robertmarsalchristophwitzko
authored andcommitted
docs: update README
Document `slug` and `token` config options
1 parent ad1a8d4 commit a5f12ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ The provider options can be configured via the `--provider-opt` CLI flag.
1313
|---|---|---|
1414
| github_enterprise_host | This configures the provider to use a GitHub Enterprise host endpoint | `--provider-opt github_enterprise_host=github.mycorp.com` |
1515
| github_use_compare_commits | This enables the [compare commits API](https://docs.github.com/en/rest/reference/repos#compare-two-commits) for fetching the commits | `--provider-opt github_use_compare_commits=true` |
16+
| slug | The owner and repository name | `--provider-opt slug=go-semantic-release/provider-github` |
17+
| token | GitHub token | `--provider-opt token=xx` |
1618

1719
## Licence
1820

0 commit comments

Comments
 (0)