Skip to content

Commit 46170da

Browse files
committed
Update ci_pipeline.yml
1 parent 531a800 commit 46170da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
env:
7777
FORCE_PUSH: "true"
7878
GITLAB_HOSTNAME: "gitlab.hzdr.de"
79-
GITLAB_USERNAME: "r.speck"
80-
GITLAB_PASSWORD: ${{ secrets.GITLAB_SECRET_H }}
79+
GITLAB_USERNAME: ${{ secrets.GITLAB_SECRET_USER }}
80+
GITLAB_PASSWORD: ${{ secrets.GITLAB_SECRET_PASS }}
8181
GITLAB_PROJECT_ID: "3525"
8282
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8383

0 commit comments

Comments
 (0)