ci: remove env vars from server-core-test, update submodule
CI / server-core-test (push) Failing after 5m31s
CI / device-agent-test (push) Successful in 1m21s
CI / dashboard-test (push) Successful in 1m11s
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 08:04:30 +07:00
parent 8938d842db
commit 47ca075bc0
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -11,9 +11,6 @@ on:
jobs: jobs:
server-core-test: server-core-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
JWT_SECRET: ci-test-secret-key-for-testing-only-32chars!!
SERVER_SALT: ci-test-salt-key-for-testing-only-32chars!
steps: steps:
- name: Configure git auth for submodules - name: Configure git auth for submodules
run: git config --global url."https://x-access-token:${{ secrets.BUILD_TOKEN }}@git.datadunia.com/".insteadOf "https://git.datadunia.com/" run: git config --global url."https://x-access-token:${{ secrets.BUILD_TOKEN }}@git.datadunia.com/".insteadOf "https://git.datadunia.com/"