try without ssh?
This commit is contained in:
parent
fb110b850b
commit
fd37dd90e5
1 changed files with 2 additions and 2 deletions
|
@ -29,10 +29,10 @@ jobs:
|
|||
# Use the appropriate ref if you want a specific branch/commit
|
||||
# ref: main
|
||||
# If you need to use SSH
|
||||
ssh-key: ${{ secrets.TOKEN_NAME }}
|
||||
#ssh-key: ${{ secrets.TOKEN_NAME }}
|
||||
# If you have specific known hosts
|
||||
#ssh-known-hosts: 'git.mcdevitt.tech'
|
||||
ssh-strict: 'false'
|
||||
#ssh-strict: 'false'
|
||||
github-server-url: 'https://git.mcdevitt.tech'
|
||||
|
||||
- name: Setup Rust
|
||||
|
|
Loading…
Add table
Reference in a new issue