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.
2 parents 732fcec + a3a60d9 commit 97b26dfCopy full SHA for 97b26df
.github/workflows/ci_pipeline.yml
@@ -54,6 +54,7 @@ jobs:
54
uses: actions/checkout@v3
55
with:
56
fetch-depth: 0
57
+ ref: ${{ github.event.pull_request.head.sha }}
58
59
- name: Checkout benchmark repository
60
@@ -76,8 +77,8 @@ jobs:
76
77
env:
78
FORCE_PUSH: "true"
79
GITLAB_HOSTNAME: "gitlab.hzdr.de"
- GITLAB_USERNAME: "r.speck"
80
- GITLAB_PASSWORD: ${{ secrets.GITLAB_SECRET_H }}
+ GITLAB_USERNAME: ${{ secrets.GITLAB_SECRET_USER }}
81
+ GITLAB_PASSWORD: ${{ secrets.GITLAB_SECRET_PASS }}
82
GITLAB_PROJECT_ID: "3525"
83
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84
0 commit comments