Skip to content

Commit 9662730

Browse files
authored
fix: use app bot identity for chart bump commits (openabdev#3)
Co-authored-by: thepagent <thepagent@users.noreply.github.com>
1 parent 5e51940 commit 9662730

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ jobs:
179179
env:
180180
GH_TOKEN: ${{ steps.app-token.outputs.token }}
181181
run: |
182-
git config user.name "thepagent"
183-
git config user.email "thepagent@users.noreply.github.com"
182+
git config user.name "openclaw-helm-bot[bot]"
183+
git config user.email "3185992+openclaw-helm-bot[bot]@users.noreply.github.com"
184184
git remote set-url origin https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }}
185185
git add charts/agent-broker/Chart.yaml charts/agent-broker/values.yaml
186186
git commit -m "chore: release chart ${{ steps.bump.outputs.new_version }}"
@@ -191,3 +191,4 @@ jobs:
191191
GH_TOKEN: ${{ steps.app-token.outputs.token }}
192192
run: |
193193
gh workflow run release.yml --repo ${{ github.repository }}
194+

0 commit comments

Comments
 (0)