Skip to content

Commit ceb6969

Browse files
Run import action with actual admin credentials
1 parent d612f86 commit ceb6969

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/import-db/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ runs:
4242
DB5NAME: dspace-import-db5
4343
DB7PORT: 543${{ inputs.INSTANCE }}
4444
BEURL: http://dev-5.pc:8${{ inputs.INSTANCE }}/repository/server/api
45+
BEUSERNAME: dspace.admin.dev@dataquest.sk
46+
BEUSERPASSWORD: admin
4547
run: |
4648
docker stop $DB5NAME || true
4749
echo "====="
@@ -78,6 +80,8 @@ runs:
7880
args=(
7981
--resume=false
8082
--config=backend.endpoint=$BEURL
83+
--config=backend.user=$BEUSERNAME
84+
--config=backend.password=$BEUSERPASSWORD
8185
--config=db_dspace_7.port=$DB7PORT
8286
--config=db_dspace_5.port=$DB5PORT
8387
--config=db_utilities_5.port=$DB5PORT

0 commit comments

Comments
 (0)