We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328c5e1 commit e68dc65Copy full SHA for e68dc65
.github/workflows/docker-publish.yml
@@ -108,8 +108,8 @@ jobs:
108
env:
109
GITHUB_TOKEN: ${{ secrets.PAT }} # PAT created with niraj8's account to allow push to main, not ideal but works for demos
110
run: |
111
- git config user.name github-actions
112
- git config user.email github-actions@github.com
+ git config user.name Niraj
+ git config user.email niraj@appcd.com
113
git add ./gitops
114
git commit -m "chore: update gitops/ with updated k8s specs"
115
git push
0 commit comments