We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d612f86 commit ceb6969Copy full SHA for ceb6969
.github/actions/import-db/action.yml
@@ -42,6 +42,8 @@ runs:
42
DB5NAME: dspace-import-db5
43
DB7PORT: 543${{ inputs.INSTANCE }}
44
BEURL: http://dev-5.pc:8${{ inputs.INSTANCE }}/repository/server/api
45
+ BEUSERNAME: dspace.admin.dev@dataquest.sk
46
+ BEUSERPASSWORD: admin
47
run: |
48
docker stop $DB5NAME || true
49
echo "====="
@@ -78,6 +80,8 @@ runs:
78
80
args=(
79
81
--resume=false
82
--config=backend.endpoint=$BEURL
83
+ --config=backend.user=$BEUSERNAME
84
+ --config=backend.password=$BEUSERPASSWORD
85
--config=db_dspace_7.port=$DB7PORT
86
--config=db_dspace_5.port=$DB5PORT
87
--config=db_utilities_5.port=$DB5PORT
0 commit comments