File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
# user: ""
6
6
# password: "{{ access_token }}"
7
7
headers :
8
- api_keys : " {{ access_token }}"
8
+ Authorization : " token {{ access_token }}"
9
9
Accept : application/vnd.github.v3+json""
10
10
method : POST
11
11
status_code : 201
22
22
# user: ""
23
23
# password: "{{ access_token }}"
24
24
headers :
25
- api_keys : " {{ access_token }}"
25
+ Authorization : " token {{ access_token }}"
26
26
Accept : application/vnd.github.v3+json""
27
27
method : GET
28
28
status_code : 200
Original file line number Diff line number Diff line change 16
16
# url_username: " "
17
17
# url_password: "{{ access_token }}"
18
18
headers :
19
- api_keys : " {{ access_token }}"
19
+ Authorization : " token {{ access_token }}"
20
20
Accept : application/vnd.github.v3+json""
21
21
method : GET
22
22
force_basic_auth : yes
You can’t perform that action at this time.
0 commit comments