From dd81070afd9d7b9305bd79614fa98476e090ae5e Mon Sep 17 00:00:00 2001 From: DevOps Date: Sun, 21 Jun 2026 21:35:55 +0200 Subject: [PATCH] test: env with secrets --- .gitea/workflows/deploy-test2.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitea/workflows/deploy-test2.yaml diff --git a/.gitea/workflows/deploy-test2.yaml b/.gitea/workflows/deploy-test2.yaml new file mode 100644 index 0000000..8122fc2 --- /dev/null +++ b/.gitea/workflows/deploy-test2.yaml @@ -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"