From afaeae7019c111c9cd213a44f76063b1e8469d76 Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Thu, 23 May 2024 23:36:05 -0700 Subject: [PATCH] add git creds --- .gitea/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 988bbab..c53f0e9 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -18,6 +18,8 @@ jobs: - ${{ env.HOME }}/.ssh/known_hosts:/root/.ssh/known_hosts - ${{ env.SSH_AUTH_SOCK }}:/tmp/ssh.sock - /etc/gitconfig:/etc/gitconfig + - ${{ env.HOME }}/.gitconfig:/root/.gitconfig + - ${{ env.HOME }}/.git-credentials:/root/.git-credentials - /etc/ssl/certs:/etc/ssl/certs - ${{ vars.GITEA_WORKSPACE }}:/go/src options: --cpus 1