We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c805fec commit 980732fCopy full SHA for 980732f
README.md
@@ -135,6 +135,13 @@ You can specify these values by adding `SELF_UPDATER_MAILTO_NAME` and
135
| SELF_UPDATER_MAILTO_UPDATE_AVAILABLE_SUBJECT | Subject of update available email |
136
| SELF_UPDATER_MAILTO_UPDATE_SUCCEEDED_SUBJECT | Subject of update succeeded email |
137
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
145
## Usage
146
To start an update process, i. e. in a controller, just use:
147
```php
0 commit comments