diflow config

This commit is contained in:
SPRINX0\prochazka
2025-02-21 09:31:35 +01:00
parent 6021fa721e
commit c2526c1e2d
2 changed files with 7 additions and 2 deletions

View File

@@ -30,4 +30,7 @@ jobs:
- name: Diflow run (don't push)
run: |
cd diflow
node dist/diflow.js https://github.com/dbgate/dbgate-diflow-config.git --no-push
node dist/diflow.js sync -r https://${SECRET}@github.com/dbgate/dbgate-diflow-config.git -b master --skip-push
env:
DIFLOW_GIT_SECRET: '${{ secrets.GITHUB_TOKEN }}'