File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 2121 ansible-vault-password : fake
2222 auto-init : false
2323 galaxy-install : false
24+ repo-token : ${{ secrets.GITHUB_TOKEN }}
2425 test-with-trellis :
2526 runs-on : ubuntu-latest
2627 steps :
3435 - uses : ./
3536 with :
3637 ansible-vault-password : fake
38+ repo-token : ${{ secrets.GITHUB_TOKEN }}
3739 test-with-trellis-no-galaxy :
3840 runs-on : ubuntu-latest
3941 steps :
4850 with :
4951 ansible-vault-password : fake
5052 galaxy-install : false
53+ repo-token : ${{ secrets.GITHUB_TOKEN }}
5154 test-with-trellis-no-auto-init :
5255 runs-on : ubuntu-latest
5356 steps :
6265 with :
6366 ansible-vault-password : fake
6467 auto-init : false
68+ repo-token : ${{ secrets.GITHUB_TOKEN }}
6569 test-with-trellis-no-cache-virtualenv :
6670 runs-on : ubuntu-latest
6771 steps :
7680 with :
7781 ansible-vault-password : fake
7882 cache-virtualenv : false
83+ repo-token : ${{ secrets.GITHUB_TOKEN }}
84+ test-no-repo-token :
85+ runs-on : ubuntu-latest
86+ steps :
87+ - uses : actions/checkout@v3
88+ with :
89+ fetch-depth : 0
90+ - uses : actions/setup-node@v3
91+ with :
92+ node-version : 16.x
93+ - run : mkdir trellis
94+ - uses : ./
95+ with :
96+ ansible-vault-password : fake
97+ auto-init : false
98+ galaxy-install : false
You can’t perform that action at this time.
0 commit comments