Another step

This commit is contained in:
phoenix
2025-03-12 20:41:26 -04:00
parent 0098463e2c
commit d175199a9f
+3
View File
@@ -31,6 +31,9 @@ jobs:
- name: Debug secret - name: Debug secret
run: echo "${{ secrets.GITLAB_TOKEN }}" | head -c 20 ; echo "..." run: echo "${{ secrets.GITLAB_TOKEN }}" | head -c 20 ; echo "..."
- name: Debug SSH Connection
run: ssh -ddd -T git@gitlab.com
- name: Add SSH Keys - name: Add SSH Keys
run: | run: |