We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46aebdc commit 4b3340eCopy full SHA for 4b3340e
.github/workflows/build.yml
@@ -30,6 +30,16 @@ jobs:
30
fetch-depth: 0
31
lfs: true
32
33
+ - name: Check out 4D-AIKit
34
+ uses: actions/checkout@v4
35
+ with:
36
+ repository: 4d/4D-AIKit
37
+ path: Components/4D-AIKit.4dbase
38
+ ref : ${{ env.DEPENDENCIES_BRANCH }}
39
+ token: ${{ secrets.PAT_TOKEN }}
40
+ fetch-depth: 0
41
+ lfs: true
42
+
43
- name: Build
44
uses: 4d/build4d-action@main
45
with:
@@ -61,4 +71,4 @@ jobs:
61
71
62
72
target-url: ${{ secrets.TARGET_URL }}
63
73
target-username: ${{ secrets.TARGET_USERNAME }}
64
- target-token: ${{ secrets.TARGET_TOKEN }}
74
+ target-token: ${{ secrets.TARGET_TOKEN }}
0 commit comments