fix: Change CI to ssh git

This commit is contained in:
UGA Innovation Factory
2026-01-27 14:07:03 -05:00
parent b1bc354160
commit 9d0683165f

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"