Skip to content

Commit

Permalink
[6.16.z] Do not store extraheader http auth in git config (#16343)
Browse files Browse the repository at this point in the history
Do not store extraheader http auth in git config (#16339)

(cherry picked from commit 0aa034f)

Co-authored-by: Ondřej Gajdušek <[email protected]>
  • Loading branch information
Satellite-QE and ogajduse committed Sep 12, 2024
1 parent 2d211ac commit 403d0d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_robottelo_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 403d0d6

Please sign in to comment.