From 0632076eb3311bffe30441308fb1fad9af136e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Gajdu=C5=A1ek?= Date: Thu, 12 Sep 2024 17:40:57 +0200 Subject: [PATCH] Do not store extraheader http auth in git config (#16339) (cherry picked from commit 0aa034f90b6dd84b44fceef36bca38460144bfc2) --- .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 945f76b15dc..8e6a7126dcb 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