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

View File

@@ -27,6 +27,4 @@ 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
env:
DIFLOW_GIT_SECRET: '${{ secrets.GITHUB_TOKEN }}'
node dist/diflow.js sync -r https://${SECRET}@github.com/dbgate/dbgate-diflow-config.git -b master --skip-push --secret ${{ secrets.GITHUB_TOKEN }}

View File

@@ -30,7 +30,4 @@ 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
env:
DIFLOW_GIT_SECRET: '${{ secrets.GITHUB_TOKEN }}'
node dist/diflow.js sync -r https://${SECRET}@github.com/dbgate/dbgate-diflow-config.git -b master --skip-push --secret ${{ secrets.GITHUB_TOKEN }}