Add ssh_known gitea
This commit is contained in:
@@ -17,8 +17,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
ssh-strict: false
|
||||
token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT
|
||||
#ssh-key: ${{ secrets.PRIVATE2_KEY }}
|
||||
#ssh-known-hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
|
||||
ssh-known-hosts: ${{ secrets.SSH_KNOWN_GITEA }}
|
||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||
- name: List files in the repository
|
||||
|
||||
Reference in New Issue
Block a user