We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29dc29 commit 3594e70Copy full SHA for 3594e70
README.md
@@ -14,8 +14,9 @@ you "watch" this repo to receive notifications of any changes.
14
15
Dependabot uses GitHub access tokens to authenticate users. To use the API:
16
- Create a [GitHub personal access token](https://github.com/settings/tokens)
17
- with the `repo` permissions (so the token can be used for private repos)
18
-- Add a `Authorization: Personal <token>` header to all requests
+ with `repo` permissions (so the token can see private repos)
+- Add an `Authorization: Personal <token>` header to all requests using this
19
+ access token
20
21
We use the access token you provide to ensure you have sufficient GitHub
22
permissions to undertake any actions you request through the Dependabot API.
0 commit comments