File tree 13 files changed +25
-21
lines changed
13 files changed +25
-21
lines changed Original file line number Diff line number Diff line change 63
63
MOLECULE_DOCKER_CGROUPS_MODE : ${{ matrix.config.cgroup_mode }}
64
64
MOLECULE_DOCKER_VOLUMES : ${{ matrix.config.volumes }}
65
65
PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
66
+ GITHUB_ACCOUNT : monolithprojects-testorg
67
+ GITHUB_REPO : ansible-github_actions_runner-testrepo
66
68
67
69
org :
68
70
name : Test Org Runner
@@ -104,3 +106,5 @@ jobs:
104
106
MOLECULE_DOCKER_CGROUPS_MODE : ${{ matrix.config.cgroup_mode }}
105
107
MOLECULE_DOCKER_VOLUMES : ${{ matrix.config.volumes }}
106
108
PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
109
+ GITHUB_ACCOUNT : monolithprojects-testorg
110
+ GITHUB_REPO : ansible-github_actions_runner-testrepo
Original file line number Diff line number Diff line change 5
5
become : yes
6
6
vars :
7
7
runner_user : ansible
8
- github_repo : ansible-github_actions_runner-testrepo
9
- github_account : monolithprojects-testorg
8
+ github_repo : " {{ lookup('env', 'GITHUB_REPO') }} "
9
+ github_account : " {{ lookup('env', 'GITHUB_ACCOUNT') }} "
10
10
runner_state : absent
11
11
roles :
12
12
- monolithprojects.github_actions_runner
Original file line number Diff line number Diff line change 6
6
become : yes
7
7
vars :
8
8
runner_user : ansible
9
- github_repo : ansible-github_actions_runner-testrepo
10
- github_account : monolithprojects-testorg
9
+ github_repo : " {{ lookup('env', 'GITHUB_REPO') }} "
10
+ github_account : " {{ lookup('env', 'GITHUB_ACCOUNT') }} "
11
11
runner_version : " latest"
12
12
runner_labels :
13
13
- label1
Original file line number Diff line number Diff line change 6
6
become : yes
7
7
vars :
8
8
runner_user : ansible
9
- github_repo : ansible-github_actions_runner-testrepo
10
- github_account : monolithprojects-testorg
9
+ github_repo : " {{ lookup('env', 'GITHUB_REPO') }} "
10
+ github_account : " {{ lookup('env', 'GITHUB_ACCOUNT') }} "
11
11
github_api_url : " https://api.github.com"
12
12
access_token : " {{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
13
13
runner_name : ubuntu16-latest
Original file line number Diff line number Diff line change 5
5
become : yes
6
6
vars :
7
7
runner_user : ansible
8
- github_repo : ansible-github_actions_runner-testrepo
9
- github_account : monolithprojects-testorg
8
+ github_repo : " {{ lookup('env', 'GITHUB_REPO') }} "
9
+ github_account : " {{ lookup('env', 'GITHUB_ACCOUNT') }} "
10
10
runner_state : absent
11
11
runner_name : test_name
12
12
roles :
Original file line number Diff line number Diff line change 6
6
become : yes
7
7
vars :
8
8
runner_user : ansible
9
- github_repo : ansible-github_actions_runner-testrepo
10
- github_account : monolithprojects-testorg
9
+ github_repo : " {{ lookup('env', 'GITHUB_REPO') }} "
10
+ github_account : " {{ lookup('env', 'GITHUB_ACCOUNT') }} "
11
11
runner_version : " latest"
12
12
runner_name : test_name
13
13
runner_on_ghes : yes
Original file line number Diff line number Diff line change 6
6
become : yes
7
7
vars :
8
8
runner_user : ansible
9
- github_repo : ansible-github_actions_runner-testrepo
10
- github_account : monolithprojects-testorg
9
+ github_repo : " {{ lookup('env', 'GITHUB_REPO') }} "
10
+ github_account : " {{ lookup('env', 'GITHUB_ACCOUNT') }} "
11
11
github_api_url : " https://api.github.com"
12
12
access_token : " {{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
13
13
runner_name : ubuntu16-latest
Original file line number Diff line number Diff line change 5
5
become : yes
6
6
vars :
7
7
runner_user : ansible
8
- github_account : monolithprojects-testorg
8
+ github_account : " {{ lookup('env', 'GITHUB_ACCOUNT') }} "
9
9
runner_org : yes
10
10
runner_state : absent
11
11
roles :
Original file line number Diff line number Diff line change 5
5
become : yes
6
6
vars :
7
7
runner_user : ansible
8
- github_account : monolithprojects-testorg
8
+ github_account : " {{ lookup('env', 'GITHUB_ACCOUNT') }} "
9
9
runner_org : yes
10
10
runner_state : " stopped"
11
11
runner_version : " 2.303.0"
Original file line number Diff line number Diff line change 6
6
become : yes
7
7
vars :
8
8
runner_user : ansible
9
- github_account : monolithprojects-testorg
9
+ github_account : " {{ lookup('env', 'GITHUB_ACCOUNT') }} "
10
10
runner_org : yes
11
11
github_api_url : " https://api.github.com"
12
12
access_token : " {{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
Original file line number Diff line number Diff line change 5
5
become : yes
6
6
vars :
7
7
runner_user : ansible
8
- github_repo : ansible-github_actions_runner-testrepo
9
- github_account : monolithprojects-testorg
8
+ github_repo : " {{ lookup('env', 'GITHUB_REPO') }} "
9
+ github_account : " {{ lookup('env', 'GITHUB_ACCOUNT') }} "
10
10
runner_state : absent
11
11
roles :
12
12
- monolithprojects.github_actions_runner
Original file line number Diff line number Diff line change 6
6
become : yes
7
7
vars :
8
8
runner_user : ansible
9
- github_repo : ansible-github_actions_runner-testrepo
10
- github_account : monolithprojects-testorg
9
+ github_repo : " {{ lookup('env', 'GITHUB_REPO') }} "
10
+ github_account : " {{ lookup('env', 'GITHUB_ACCOUNT') }} "
11
11
runner_version : " latest"
12
12
runner_labels :
13
13
- label1
Original file line number Diff line number Diff line change 6
6
become : yes
7
7
vars :
8
8
runner_user : ansible
9
- github_repo : ansible-github_actions_runner-testrepo
10
- github_account : monolithprojects-testorg
9
+ github_repo : " {{ lookup('env', 'GITHUB_REPO') }} "
10
+ github_account : " {{ lookup('env', 'GITHUB_ACCOUNT') }} "
11
11
github_api_url : " https://api.github.com"
12
12
access_token : " {{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
13
13
runner_name : " {{ ansible_facts.hostname }}"
You can’t perform that action at this time.
0 commit comments