File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
- name : Get registration token (RUN ONCE)
3
3
uri :
4
- url : " https://api.github.com/orgs/{{ github_account }}/actions/runners/registration-token"
4
+ url : " https://api.github.com/orgs/{{ github_owner | default( github_account) }}/actions/runners/registration-token"
5
5
headers :
6
6
Authorization : " token {{ access_token }}"
7
7
Accept : " application/vnd.github.v3+json"
16
16
17
17
- name : Check currently registered runners (RUN ONCE)
18
18
uri :
19
- url : " https://api.github.com/orgs/{{ github_account }}/actions/runners"
19
+ url : " https://api.github.com/orgs/{{ github_owner | default( github_account) }}/actions/runners"
20
20
headers :
21
21
Authorization : " token {{ access_token }}"
22
22
Accept : " application/vnd.github.v3+json"
40
40
runner_service : " actions.runner.{{ github_account[:45] }}.{{ runner_name }}.service"
41
41
tags :
42
42
- install
43
- - uninstall
43
+ - uninstall
Original file line number Diff line number Diff line change 1
1
---
2
2
- name : Get registration token (RUN ONCE)
3
3
uri :
4
- url : " https://api.github.com/repos/{{ github_account }}/{{ github_repo }}/actions/runners/registration-token"
4
+ url : " https://api.github.com/repos/{{ github_owner | default( github_account) }}/{{ github_repo }}/actions/runners/registration-token"
5
5
headers :
6
6
Authorization : " token {{ access_token }}"
7
7
Accept : " application/vnd.github.v3+json"
16
16
17
17
- name : Check currently registered runners (RUN ONCE)
18
18
uri :
19
- url : " https://api.github.com/repos/{{ github_account }}/{{ github_repo }}/actions/runners"
19
+ url : " https://api.github.com/repos/{{ github_owner | default( github_account) }}/{{ github_repo }}/actions/runners"
20
20
headers :
21
21
Authorization : " token {{ access_token }}"
22
22
Accept : " application/vnd.github.v3+json"
47
47
runner_service : " actions.runner.{{ svc_name[:45] }}.{{ runner_name }}.service"
48
48
tags :
49
49
- install
50
- - uninstall
50
+ - uninstall
You can’t perform that action at this time.
0 commit comments