File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1
1
---
2
+ - name : Check variables
3
+ assert :
4
+ that :
5
+ - github_account is defined
6
+ - access_token is defined and access_token | length>0
7
+ quiet : true
8
+ run_once : yes
9
+ tags :
10
+ - install
11
+ - uninstall
12
+
2
13
- name : Get registration token (RUN ONCE)
3
14
uri :
4
15
url : " https://api.github.com/orgs/{{ github_owner | default(github_account) }}/actions/runners/registration-token"
Original file line number Diff line number Diff line change 1
1
---
2
+ - name : Check variables
3
+ assert :
4
+ that :
5
+ - github_account is defined
6
+ - access_token is defined and access_token | length>0
7
+ quiet : true
8
+ run_once : yes
9
+ tags :
10
+ - install
11
+ - uninstall
12
+
2
13
- name : Get registration token (RUN ONCE)
3
14
uri :
4
15
url : " https://api.github.com/repos/{{ github_owner | default(github_account) }}/{{ github_repo }}/actions/runners/registration-token"
You can’t perform that action at this time.
0 commit comments