🔬 test(_mirror): => gitlab

This commit is contained in:
Eshan Roy
2024-12-04 13:35:16 +05:30
parent 18c9dc91fa
commit bd4631903c

View File

@@ -25,6 +25,8 @@ jobs:
mkdir -p ~/.ssh
echo "${{ secrets.GITLAB_SSH_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
# Ensure the known_hosts file exists
touch ~/.ssh/known_hosts
ssh-keyscan gitlab.com >> ~/.ssh/known_hosts
# Step 4: Push the code to GitLab