Skip to content

Commit e68dc65

Browse files
committed
use my email to commit to main
1 parent 328c5e1 commit e68dc65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ jobs:
108108
env:
109109
GITHUB_TOKEN: ${{ secrets.PAT }} # PAT created with niraj8's account to allow push to main, not ideal but works for demos
110110
run: |
111-
git config user.name github-actions
112-
git config user.email github-actions@github.com
111+
git config user.name Niraj
112+
git config user.email niraj@appcd.com
113113
git add ./gitops
114114
git commit -m "chore: update gitops/ with updated k8s specs"
115115
git push

0 commit comments

Comments
 (0)