Skip to content

Commit 49d6012

Browse files
Update GitHub workflow to use GH_PAT and IMAGE_TAG instead of GIT_PAT
1 parent b96be6f commit 49d6012

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/kustomize-ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ jobs:
6969
7070
- name: Commit and push changes
7171
env:
72-
GITHUB_TOKEN: ${{ secrets.GIT_PAT }}
72+
TOKEN: ${{ secrets.GH_PAT }}
73+
IMAGE_TAG: ${{ env.IMAGE_TAG }}
7374
run: |
7475
git config --global user.name ${{ secrets.GIT_USER_EMAIL }}
7576
git config --global user.email ${{ secrets.GIT_USER_NAME }}

0 commit comments

Comments
 (0)