Skip to content

Commit

Permalink
Do not store extraheader http auth in git config (#16339)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0aa034f)
  • Loading branch information
ogajduse authored and web-flow committed Sep 12, 2024
1 parent e542b3e commit 5edc6ec
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 5edc6ec

Please sign in to comment.