Skip to content

Commit 0d9080d

Browse files
committed
Build pipeline: Install all private repositories as dependencies
1 parent b9e8d8e commit 0d9080d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/release.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@ jobs:
1010
uses: actions/checkout@v4
1111
with:
1212
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"
1330
- name: Setup Bun
1431
uses: oven-sh/setup-bun@v2
1532
- name: Install dependencies

0 commit comments

Comments
 (0)