test: env with secrets
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user