From 03c8b3857fd182b09feb1d70bb120fc1cc24da34 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Mon, 13 Nov 2023 20:53:59 +0100 Subject: [PATCH] Add ssh_known gitea --- .gitea/workflows/demo.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index af07148..a4b51ba 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -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