diff --git a/README.md b/README.md index 52f7da50..df9c2847 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ const { withCustomRequest } = require("@octokit/graphql"); let requestCounter = 0; const myRequest = request.defaults({ headers: { - authentication: "token secret123", + authorization: "bearer secret123", }, request: { hook(request, options) {