mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +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)
|
||||
run: |
|
||||
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