Skip to content

Commit f85bc07

Browse files
Update git config and remote URL in kustomize-ci workflow
1 parent 9d8abdb commit f85bc07

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/kustomize-ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,11 @@ jobs:
6262
TOKEN: ${{ secrets.GH_PAT }}
6363
IMAGE_TAG: ${{ env.IMAGE_TAG }}
6464
run: |
65-
git config --global user.name ${{ secrets.GIT_USER_EMAIL }}
66-
git config --global user.email ${{ secrets.GIT_USER_NAME }}
65+
git config --global user.name "${{ secrets.GIT_USER_NAME }}"
66+
git config --global user.email "${{ secrets.GIT_USER_EMAIL }}"
6767
6868
git remote set-url origin https://x-access-token:${{ secrets.GH_PAT }}@github.com/${{ github.repository }}.git
69+
git remote set-url origin https://x-access-token:${{ secrets.GH_PAT }}@github.com/${{ github.repository }}.git
6970
7071
7172
git add kustomize/overlays/dev/patch-deployment-image.yaml

0 commit comments

Comments
 (0)