Skip to content

Commit 96bc4aa

Browse files
jkhelilcursoragent
andcommitted
fix(ci): use tekton-robot identity for automated commits
The CHATOPS_TOKEN belongs to tekton-robot, so use the matching git identity for commits created by the dependabot-regen workflow. Signed-off-by: Abdeljaouad Khelil <akhelil@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent a0732cb commit 96bc4aa

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/dependabot-regen.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ jobs:
5454
REPOSITORY: ${{ github.repository }}
5555
RUN_ID: ${{ github.run_id }}
5656
run: |
57-
# Configure git
58-
git config user.name "Vincent Demeester"
59-
git config user.email "vdemeest@redhat.com"
57+
git config user.name "tekton-robot"
58+
git config user.email "tekton-robot@users.noreply.github.com"
6059
6160
# Create a new branch
6261
BRANCH="dependabot-regen-$(date +%Y%m%d-%H%M%S)"

0 commit comments

Comments
 (0)