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 bab279b commit 4640255Copy full SHA for 4640255
config/packages/github_api.yaml
@@ -3,7 +3,7 @@ services:
3
arguments:
4
- '@Github\HttpClient\Builder'
5
calls:
6
- - ['authenticate', ['%env(GITHUB_TOKEN)%', null, 'access_token_header']]
+ - ['authenticate', ['%env(GITHUB_TOKEN)%', 'access_token_header']]
7
8
Github\HttpClient\Builder:
9
0 commit comments