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 2
2
- name : Get registration token (RUN ONCE)
3
3
uri :
4
4
url : " https://api.github.com/repos/{{ github_owner | default(github_account) }}/{{ github_repo }}/actions/runners/registration-token"
5
- user : null
5
+ user : " fakeuser "
6
6
password : " {{ access_token }}"
7
7
method : POST
8
8
status_code : 201
16
16
- name : Check currently registered runners (RUN ONCE)
17
17
uri :
18
18
url : " https://api.github.com/repos/{{ github_owner | default(github_account) }}/{{ github_repo }}/actions/runners"
19
- user : null
19
+ user : " fakeuser "
20
20
password : " {{ access_token }}"
21
21
method : GET
22
22
status_code : 200
Original file line number Diff line number Diff line change 13
13
- name : Find the latest runner version (RUN ONCE)
14
14
uri :
15
15
url : " https://api.github.com/repos/actions/runner/releases/latest"
16
- url_username : null
16
+ url_username : " fakeuser "
17
17
url_password : " {{ access_token }}"
18
18
method : GET
19
19
force_basic_auth : yes
You can’t perform that action at this time.
0 commit comments