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 11---
22- name : Get registration token (RUN ONCE)
33 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"
55 headers :
66 Authorization : " token {{ access_token }}"
77 Accept : " application/vnd.github.v3+json"
1616
1717- name : Check currently registered runners (RUN ONCE)
1818 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"
2020 headers :
2121 Authorization : " token {{ access_token }}"
2222 Accept : " application/vnd.github.v3+json"
4040 runner_service : " actions.runner.{{ github_account[:45] }}.{{ runner_name }}.service"
4141 tags :
4242 - install
43- - uninstall
43+ - uninstall
Original file line number Diff line number Diff line change 11---
22- name : Get registration token (RUN ONCE)
33 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"
55 headers :
66 Authorization : " token {{ access_token }}"
77 Accept : " application/vnd.github.v3+json"
1616
1717- name : Check currently registered runners (RUN ONCE)
1818 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"
2020 headers :
2121 Authorization : " token {{ access_token }}"
2222 Accept : " application/vnd.github.v3+json"
4747 runner_service : " actions.runner.{{ svc_name[:45] }}.{{ runner_name }}.service"
4848 tags :
4949 - install
50- - uninstall
50+ - uninstall
You can’t perform that action at this time.
0 commit comments