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