From 919249215b8a1b5056de2834ca5e713eb9fa9330 Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Fri, 21 Feb 2025 10:20:41 +0100 Subject: [PATCH] fix --- .github/workflows/diflow.yaml | 2 +- workflow-templates/diflow.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/diflow.yaml b/.github/workflows/diflow.yaml index a00ed3c89..fa5c80a12 100644 --- a/.github/workflows/diflow.yaml +++ b/.github/workflows/diflow.yaml @@ -27,6 +27,6 @@ jobs: - name: Diflow run (don't push) run: | cd diflow - node dist/diflow.js sync -r https://${SECRET}@github.com/dbgate/dbgate-diflow-config.git -b master --skip-push + node dist/diflow.js sync -r https://DIFLOW_GIT_SECRET@github.com/dbgate/dbgate-diflow-config.git -b master --skip-push env: DIFLOW_GIT_SECRET: '${{ secrets.DIFLOW_GIT_SECRET }}' diff --git a/workflow-templates/diflow.yaml b/workflow-templates/diflow.yaml index bebce02b0..025a1099c 100644 --- a/workflow-templates/diflow.yaml +++ b/workflow-templates/diflow.yaml @@ -30,7 +30,7 @@ jobs: - name: Diflow run (don't push) run: | cd diflow - node dist/diflow.js sync -r https://${SECRET}@github.com/dbgate/dbgate-diflow-config.git -b master --skip-push + node dist/diflow.js sync -r https://DIFLOW_GIT_SECRET@github.com/dbgate/dbgate-diflow-config.git -b master --skip-push env: DIFLOW_GIT_SECRET: '${{ secrets.DIFLOW_GIT_SECRET }}'