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 22- name : Get registration token (RUN ONCE)
33 uri :
44 url : " https://api.github.com/repos/{{ github_owner | default(github_account) }}/{{ github_repo }}/actions/runners/registration-token"
5- user : " fakeuser "
5+ user : " "
66 password : " {{ access_token }}"
77 method : POST
88 status_code : 201
1616- name : Check currently registered runners (RUN ONCE)
1717 uri :
1818 url : " https://api.github.com/repos/{{ github_owner | default(github_account) }}/{{ github_repo }}/actions/runners"
19- user : " fakeuser "
19+ user : " "
2020 password : " {{ access_token }}"
2121 method : GET
2222 status_code : 200
Original file line number Diff line number Diff line change 1313- name : Find the latest runner version (RUN ONCE)
1414 uri :
1515 url : " https://api.github.com/repos/actions/runner/releases/latest"
16- url_username : " fakeuser "
16+ url_username : " "
1717 url_password : " {{ access_token }}"
1818 method : GET
1919 force_basic_auth : yes
You can’t perform that action at this time.
0 commit comments