From 9a79126123809e527540316ed75cf20a0f7ef571 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:50:07 -0400 Subject: [PATCH] [6.14.z] Do not store extraheader http auth in git config (#16341) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Do not store extraheader http auth in git config (#16339) (cherry picked from commit 0aa034f90b6dd84b44fceef36bca38460144bfc2) Co-authored-by: Ondřej Gajdušek --- .github/workflows/update_robottelo_image.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update_robottelo_image.yml b/.github/workflows/update_robottelo_image.yml index 945f76b15d..8e6a7126dc 100644 --- a/.github/workflows/update_robottelo_image.yml +++ b/.github/workflows/update_robottelo_image.yml @@ -16,6 +16,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + # do not store the auth token in git config + persist-credentials: false - name: Get image tag id: image_tag