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 55 # user: ""
66 # password: "{{ access_token }}"
77 headers :
8- api_keys : " {{ access_token }}"
8+ Authorization : " token {{ access_token }}"
99 Accept : application/vnd.github.v3+json""
1010 method : POST
1111 status_code : 201
2222 # user: ""
2323 # password: "{{ access_token }}"
2424 headers :
25- api_keys : " {{ access_token }}"
25+ Authorization : " token {{ access_token }}"
2626 Accept : application/vnd.github.v3+json""
2727 method : GET
2828 status_code : 200
Original file line number Diff line number Diff line change 1616 # url_username: " "
1717 # url_password: "{{ access_token }}"
1818 headers :
19- api_keys : " {{ access_token }}"
19+ Authorization : " token {{ access_token }}"
2020 Accept : application/vnd.github.v3+json""
2121 method : GET
2222 force_basic_auth : yes
You can’t perform that action at this time.
0 commit comments