test: env with secrets
CI - Build & Test / Backend (.NET) (push) Has been cancelled
CI - Build & Test / Frontend (Vue/TS) (push) Has been cancelled
CI - Build & Test / Security Check (push) Has been cancelled

This commit is contained in:
2026-06-21 21:35:55 +02:00
parent be5c3884a0
commit dd81070afd
+15
View File
@@ -0,0 +1,15 @@
name: Deploy Test2
run-name: Deploy Test2
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
env:
DEPLOY_PATH: /home/projekte_bao/openclaw/data/openclaw/workspace/nexus
ENV_TMPFILE: /tmp/nexus-deploy-env
ENV_POSTGRES_PASSWORD: ${{ secrets.ENV_POSTGRES_PASSWORD }}
steps:
- run: echo "hello $DEPLOY_PATH"