Update k8s git robot, as old robot lost "push" permissions
This commit is contained in:
4
.github/workflows/generate.yml
vendored
4
.github/workflows/generate.yml
vendored
@@ -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 }}'
|
||||
|
||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user