File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 14
14
jobs :
15
15
repo :
16
16
name : Test Repo Runner
17
- environment : ' test'
17
+ environment :
18
+ name : test
18
19
runs-on : ubuntu-18.04
19
20
strategy :
20
21
fail-fast : false
41
42
path : " ${{ github.repository }}"
42
43
- name : Molecule for Ansible - GHR Repository
43
44
uses :
MonolithProjects/[email protected]
44
- env :
45
- PERSONAL_ACCESS_TOKEN : ${{ env.PERSONAL_ACCESS_TOKEN }}
45
+ # env:
46
+ # PERSONAL_ACCESS_TOKEN: ${{ env.PERSONAL_ACCESS_TOKEN }}
46
47
with :
47
48
os : ${{ matrix.config.os }}
48
49
tag : ${{ matrix.config.tag }}
51
52
52
53
org :
53
54
name : Test Org Runner
54
- environment : ' test'
55
+ environment :
56
+ name : test
55
57
runs-on : ubuntu-18.04
56
58
strategy :
57
59
fail-fast : false
62
64
path : " ${{ github.repository }}"
63
65
- name : Molecule for Ansible - GHR Organization
64
66
uses :
MonolithProjects/[email protected]
65
- env :
66
- PERSONAL_ACCESS_TOKEN : ${{ env.PERSONAL_ACCESS_TOKEN }}
67
+ # env:
68
+ # PERSONAL_ACCESS_TOKEN: ${{ env.PERSONAL_ACCESS_TOKEN }}
67
69
with :
68
70
molecule_command : test
69
71
scenario : org
You can’t perform that action at this time.
0 commit comments