Add ssh_known gitea

This commit is contained in:
2023-11-13 20:53:59 +01:00
parent b184f3bb73
commit 03c8b3857f

View File

@@ -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