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:
@@ -30,4 +30,7 @@ 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