Skip to content

Commit 9e65a4a

Browse files
authored
Update main.yml
1 parent ece2f3e commit 9e65a4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
GITLAB_ACCESS_TOKEN: ${{ secrets.GITLAB_ACCESS_TOKEN }}
2929
run: |
3030
echo "Cloning repository"
31-
echo "https://x-access-token:[email protected]" >> ~/.git-credentials
31+
git config --global credential.helper store
32+
echo "https://x-access-token:[email protected]" >> ~/.git-credentials
3233
git clone https://gitlab.tugraz.at/plasma/codes/MEPHIT.git
3334
git clone https://gitlab.tugraz.at/plasma/codes/kim.git

0 commit comments

Comments
 (0)