try without ssh?

This commit is contained in:
Brendan McDevitt 2025-03-28 08:41:29 -05:00
parent fb110b850b
commit fd37dd90e5

View file

@ -29,10 +29,10 @@ jobs:
# Use the appropriate ref if you want a specific branch/commit # Use the appropriate ref if you want a specific branch/commit
# ref: main # ref: main
# If you need to use SSH # If you need to use SSH
ssh-key: ${{ secrets.TOKEN_NAME }} #ssh-key: ${{ secrets.TOKEN_NAME }}
# If you have specific known hosts # If you have specific known hosts
#ssh-known-hosts: 'git.mcdevitt.tech' #ssh-known-hosts: 'git.mcdevitt.tech'
ssh-strict: 'false' #ssh-strict: 'false'
github-server-url: 'https://git.mcdevitt.tech' github-server-url: 'https://git.mcdevitt.tech'
- name: Setup Rust - name: Setup Rust