We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531a800 commit 46170daCopy full SHA for 46170da
.github/workflows/ci_pipeline.yml
@@ -76,8 +76,8 @@ jobs:
76
env:
77
FORCE_PUSH: "true"
78
GITLAB_HOSTNAME: "gitlab.hzdr.de"
79
- GITLAB_USERNAME: "r.speck"
80
- GITLAB_PASSWORD: ${{ secrets.GITLAB_SECRET_H }}
+ GITLAB_USERNAME: ${{ secrets.GITLAB_SECRET_USER }}
+ GITLAB_PASSWORD: ${{ secrets.GITLAB_SECRET_PASS }}
81
GITLAB_PROJECT_ID: "3525"
82
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
83
0 commit comments