From fd37dd90e5e3b1e679f3768a928e10eece8ff450 Mon Sep 17 00:00:00 2001 From: Brendan McDevitt Date: Fri, 28 Mar 2025 08:41:29 -0500 Subject: [PATCH] try without ssh? --- .forgejo/workflows/daily-collect.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/daily-collect.yaml b/.forgejo/workflows/daily-collect.yaml index 9ebf852..bafcc5f 100644 --- a/.forgejo/workflows/daily-collect.yaml +++ b/.forgejo/workflows/daily-collect.yaml @@ -29,10 +29,10 @@ jobs: # Use the appropriate ref if you want a specific branch/commit # ref: main # If you need to use SSH - ssh-key: ${{ secrets.TOKEN_NAME }} + #ssh-key: ${{ secrets.TOKEN_NAME }} # If you have specific known hosts #ssh-known-hosts: 'git.mcdevitt.tech' - ssh-strict: 'false' + #ssh-strict: 'false' github-server-url: 'https://git.mcdevitt.tech' - name: Setup Rust