mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +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
|
||||
node dist/diflow.js sync -r https://${SECRET}@github.com/dbgate/dbgate-diflow-config.git -b master --skip-push
|
||||
env:
|
||||
DIFLOW_GIT_SECRET: '${{ secrets.GH_TOKEN }}'
|
||||
DIFLOW_GIT_SECRET: '${{ secrets.DIFLOW_GIT_SECRET }}'
|
||||
|
||||
@@ -32,5 +32,5 @@ jobs:
|
||||
cd diflow
|
||||
node dist/diflow.js sync -r https://${SECRET}@github.com/dbgate/dbgate-diflow-config.git -b master --skip-push
|
||||
env:
|
||||
DIFLOW_GIT_SECRET: '${{ secrets.GH_TOKEN }}'
|
||||
DIFLOW_GIT_SECRET: '${{ secrets.DIFLOW_GIT_SECRET }}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user