ci: add BUILD_TOKEN for submodule checkout authentication
CI / server-core-test (push) Failing after 18s
CI / device-agent-test (push) Failing after 14s
CI / dashboard-test (push) Failing after 15s
CI / build-server-core (push) Has been skipped
CI / build-device-agent (push) Has been skipped
CI / build-dashboard (push) Has been skipped
CI / build-docs (push) Has been skipped
CI / release (push) Has been skipped

This commit is contained in:
datadunia
2026-06-10 04:26:22 +07:00
parent 0a22ecd13f
commit 5b5a4aa009
6 changed files with 16 additions and 0 deletions
+2
View File
@@ -19,6 +19,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.BUILD_TOKEN }}
persist-credentials: true
- name: Download all artifacts
uses: actions/download-artifact@v4