mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-24 21:05:59 +00:00
fix
This commit is contained in:
4
.github/workflows/diflow.yaml
vendored
4
.github/workflows/diflow.yaml
vendored
@@ -27,6 +27,4 @@ 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
|
node dist/diflow.js sync -r https://${SECRET}@github.com/dbgate/dbgate-diflow-config.git -b master --skip-push --secret ${{ secrets.GITHUB_TOKEN }}
|
||||||
env:
|
|
||||||
DIFLOW_GIT_SECRET: '${{ secrets.GITHUB_TOKEN }}'
|
|
||||||
|
|||||||
@@ -30,7 +30,4 @@ 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
|
node dist/diflow.js sync -r https://${SECRET}@github.com/dbgate/dbgate-diflow-config.git -b master --skip-push --secret ${{ secrets.GITHUB_TOKEN }}
|
||||||
env:
|
|
||||||
DIFLOW_GIT_SECRET: '${{ secrets.GITHUB_TOKEN }}'
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user