File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 10
10
uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 0
13
+ # List all private repositories as dependencies
14
+ with :
15
+ repository : " TangibleInc/betterdash-module"
16
+ token : ${{ secrets.TANGIBLE_PIPELINE_ACCESS_TOKEN }}
17
+ path : " vendor/tangible/betterdash"
18
+ with :
19
+ repository : " TangibleInc/betterlifter-module"
20
+ token : ${{ secrets.TANGIBLE_PIPELINE_ACCESS_TOKEN }}
21
+ path : " vendor/tangible/betterlifter"
22
+ with :
23
+ repository : " TangibleInc/fields-pro"
24
+ token : ${{ secrets.TANGIBLE_PIPELINE_ACCESS_TOKEN }}
25
+ path : " vendor/tangible/fields-pro"
26
+ with :
27
+ repository : " TangibleInc/template-system-pro"
28
+ token : ${{ secrets.TANGIBLE_PIPELINE_ACCESS_TOKEN }}
29
+ path : " vendor/tangible/template-system-pro"
13
30
- name : Setup Bun
14
31
uses : oven-sh/setup-bun@v2
15
32
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments