From 9560e6ff3a6baadc636440ad60e82f7b8e7491ee Mon Sep 17 00:00:00 2001 From: Lukasz Karlowski <lukasz.karlowski@deepsense.ai> Date: Thu, 25 Jul 2024 12:13:02 +0200 Subject: [PATCH] ommit authorization --- .github/workflows/template_update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template_update.yaml b/.github/workflows/template_update.yaml index 9def1d0..9cd7dad 100644 --- a/.github/workflows/template_update.yaml +++ b/.github/workflows/template_update.yaml @@ -28,7 +28,6 @@ jobs: - name: Set safe directory run: | - git config --global --add safe.directory /__w/ds-template/ds-template ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts - name: Validate package build @@ -41,6 +40,7 @@ jobs: run: | git init git remote add origin git@github.com:karllu3/ds-lk-default.git + git config --unset-all http.https://github.com/.extraheader git add . - name: Install pre-commit