Skip to content

Commit 120a612

Browse files
Fake user
1 parent fe88521 commit 120a612

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tasks/collect_info.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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: null
5+
user: "fakeuser"
66
password: "{{ access_token }}"
77
method: POST
88
status_code: 201
@@ -16,7 +16,7 @@
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: null
19+
user: "fakeuser"
2020
password: "{{ access_token }}"
2121
method: GET
2222
status_code: 200

tasks/install_runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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: null
16+
url_username: "fakeuser"
1717
url_password: "{{ access_token }}"
1818
method: GET
1919
force_basic_auth: yes

0 commit comments

Comments
 (0)