mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
use different secret
This commit is contained in:
4
.github/workflows/diflow.yaml
vendored
4
.github/workflows/diflow.yaml
vendored
@@ -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 }}'
|
||||||
|
|||||||
@@ -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 }}'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user