From 369c6ded2725262fe0bd9c980139b49c2c27b157 Mon Sep 17 00:00:00 2001 From: Hui Yu Date: Sun, 1 Jun 2025 11:17:30 +0800 Subject: [PATCH] Update k8s git robot, as old robot lost "push" permissions --- .github/workflows/generate.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 6514291..4472aa8 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -78,8 +78,8 @@ jobs: - name: Commit and push run: | # Commit and push - git config user.email "k8s.ci.robot@gmail.com" - git config user.name "Kubernetes Prow Robot" + git config user.email "k8s-publishing-bot@users.noreply.github.com" + git config user.name "Kubernetes Publisher" git checkout -b "$BRANCH" git add . git commit -s -m 'Automated openapi generation from ${{ github.event.inputs.kubernetesBranch }}' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c80582..ea6fbe8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,8 +29,8 @@ jobs: cat OWNERS | grep ${{ github.actor }} - name: Prepare run: | - git config user.email "k8s.ci.robot@gmail.com" - git config user.name "Kubernetes Prow Robot" + git config user.email "k8s-publishing-bot@users.noreply.github.com" + git config user.name "Kubernetes Publisher" - name: Release Prepare run: | git tag -a v${{ github.event.inputs.releaseVersion }} -m "version ${{ github.event.inputs.releaseVersion }}"