mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 19:03:58 +00:00
changed used secret
This commit is contained in:
2
.github/workflows/diflow.yaml
vendored
2
.github/workflows/diflow.yaml
vendored
@@ -29,4 +29,4 @@ jobs:
|
|||||||
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
|
||||||
env:
|
env:
|
||||||
DIFLOW_GIT_SECRET: '${{ secrets.GH_TOKEN }}'
|
DIFLOW_GIT_SECRET: '${{ secrets.DIFLOW_GIT_SECRET }}'
|
||||||
|
|||||||
@@ -32,5 +32,5 @@ jobs:
|
|||||||
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
|
||||||
env:
|
env:
|
||||||
DIFLOW_GIT_SECRET: '${{ secrets.GH_TOKEN }}'
|
DIFLOW_GIT_SECRET: '${{ secrets.DIFLOW_GIT_SECRET }}'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user