use different secret

This commit is contained in:
SPRINX0\prochazka
2025-02-21 09:52:30 +01:00
parent a9998ebca7
commit 27df4c435f
2 changed files with 7 additions and 2 deletions

View File

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

View File

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