diff --git a/.github/workflows/diflow.yaml b/.github/workflows/diflow.yaml index f38ad9ba3..9a25c8c04 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 --secret + 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 }}' diff --git a/workflow-templates/diflow.yaml b/workflow-templates/diflow.yaml index 5bebbab9d..3d41d8c5d 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 --secret + 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 }}'