Skip to content

Commit 980732f

Browse files
author
Holger Lösken
committed
Update private token access
1 parent c805fec commit 980732f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,13 @@ You can specify these values by adding `SELF_UPDATER_MAILTO_NAME` and
135135
| SELF_UPDATER_MAILTO_UPDATE_AVAILABLE_SUBJECT | Subject of update available email |
136136
| SELF_UPDATER_MAILTO_UPDATE_SUCCEEDED_SUBJECT | Subject of update succeeded email |
137137

138+
### Private repositories
139+
140+
Private repositories can be accessed via (Bearer) tokens. Each repository inside the config file should have
141+
a `private_access_token` field, where you can set the token.
142+
143+
**Note:** Do not prefix the token with `Bearer `. This is done automatically.
144+
138145
## Usage
139146
To start an update process, i. e. in a controller, just use:
140147
```php

0 commit comments

Comments
 (0)