fix: Change CI to ssh git #31

Merged
hdh20267 merged 1 commits from sw-refactor into main 2026-01-27 19:07:29 +00:00
Showing only changes of commit 9d0683165f - Show all commits

View File

@@ -96,7 +96,7 @@ jobs:
- name: Clone wiki repository
run: |
git clone https://git.factory.uga.edu/UGA-Innovation-Factory/athenix.wiki.git wiki
git clone git@factory.uga.edu:UGA-Innovation-Factory/athenix.wiki.git wiki
cd wiki
git config user.name "Athenix CI"
git config user.email "ci@athenix.factory.uga.edu"