From 58b3893a033fb4c6978b9aa7234cf57ac84e81dc Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Tue, 9 Sep 2025 09:25:01 -0500 Subject: [PATCH] remove ssh keys --- .gitea/workflows/nix-check.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.gitea/workflows/nix-check.yaml b/.gitea/workflows/nix-check.yaml index 8e60221..620ee9b 100644 --- a/.gitea/workflows/nix-check.yaml +++ b/.gitea/workflows/nix-check.yaml @@ -15,23 +15,6 @@ jobs: - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code uses: actions/checkout@v4 - - name: Install SSH keys - uses: shimataro/ssh-key-action@d4fffb50872869abe2d9a9098a6d9c5aa7d16be4 - with: - key: ${{ secrets.SSH_GITEA_SSH_KEY }} - name: gitea_action - known_hosts: ${{ secrets.SSH_GITEA_KNOWN_HOSTS }} - - name: Agent SSH keys - uses: webfactory/ssh-agent@v0.9.0 - with: - ssh-private-key: ${{ secrets.SSH_GITEA_SSH_KEY }} - # name: gitea_action - # known_hosts: ${{ secrets.SSH_GITEA_KNOWN_HOSTS }} - #- name: Fix SSH key - # run: sed -i 's/\r$//g' /root/.ssh/gitea_action - - name: List files in the repository - run: | - ls ${{ gitea.workspace }} # installing nix not necessary for nix-runner but doesn't take much time - name: Install Nix uses: cachix/install-nix-action@v31