This commit is contained in:
SPRINX0\prochazka
2025-02-21 09:53:20 +01:00
parent 27df4c435f
commit 332fff279b
2 changed files with 2 additions and 2 deletions

View File

@@ -27,6 +27,6 @@ jobs:
- name: Diflow run (don't push) - name: Diflow run (don't push)
run: | run: |
cd diflow 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: env:
DIFLOW_GIT_SECRET: '${{ secrets.GH_TOKEN }}' DIFLOW_GIT_SECRET: '${{ secrets.GH_TOKEN }}'

View File

@@ -30,7 +30,7 @@ jobs:
- name: Diflow run (don't push) - name: Diflow run (don't push)
run: | run: |
cd diflow 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: env:
DIFLOW_GIT_SECRET: '${{ secrets.GH_TOKEN }}' DIFLOW_GIT_SECRET: '${{ secrets.GH_TOKEN }}'