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 ece2f3e commit 9e65a4aCopy full SHA for 9e65a4a
.github/workflows/main.yml
@@ -28,6 +28,7 @@ jobs:
28
GITLAB_ACCESS_TOKEN: ${{ secrets.GITLAB_ACCESS_TOKEN }}
29
run: |
30
echo "Cloning repository"
31
- echo "https://x-access-token:[email protected]" >> ~/.git-credentials
+ git config --global credential.helper store
32
+ echo "https://x-access-token:[email protected]" >> ~/.git-credentials
33
git clone https://gitlab.tugraz.at/plasma/codes/MEPHIT.git
34
git clone https://gitlab.tugraz.at/plasma/codes/kim.git
0 commit comments