From a62394a67c12dea5f6cde172993f1e0591b651ae Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Fri, 21 Feb 2025 10:13:56 +0100 Subject: [PATCH] changed used secret --- .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 9a25c8c04..a00ed3c89 100644 --- a/.github/workflows/diflow.yaml +++ b/.github/workflows/diflow.yaml @@ -29,4 +29,4 @@ jobs: cd diflow node dist/diflow.js sync -r https://${SECRET}@github.com/dbgate/dbgate-diflow-config.git -b master --skip-push env: - DIFLOW_GIT_SECRET: '${{ secrets.GH_TOKEN }}' + DIFLOW_GIT_SECRET: '${{ secrets.DIFLOW_GIT_SECRET }}' diff --git a/workflow-templates/diflow.yaml b/workflow-templates/diflow.yaml index 3d41d8c5d..bebce02b0 100644 --- a/workflow-templates/diflow.yaml +++ b/workflow-templates/diflow.yaml @@ -32,5 +32,5 @@ jobs: cd diflow node dist/diflow.js sync -r https://${SECRET}@github.com/dbgate/dbgate-diflow-config.git -b master --skip-push env: - DIFLOW_GIT_SECRET: '${{ secrets.GH_TOKEN }}' + DIFLOW_GIT_SECRET: '${{ secrets.DIFLOW_GIT_SECRET }}'