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
|
- name: Commit and push
|
||||||
run: |
|
run: |
|
||||||
# Commit and push
|
# Commit and push
|
||||||
git config user.email "k8s.ci.robot@gmail.com"
|
git config user.email "k8s-publishing-bot@users.noreply.github.com"
|
||||||
git config user.name "Kubernetes Prow Robot"
|
git config user.name "Kubernetes Publisher"
|
||||||
git checkout -b "$BRANCH"
|
git checkout -b "$BRANCH"
|
||||||
git add .
|
git add .
|
||||||
git commit -s -m 'Automated openapi generation from ${{ github.event.inputs.kubernetesBranch }}'
|
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 }}
|
cat OWNERS | grep ${{ github.actor }}
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: |
|
run: |
|
||||||
git config user.email "k8s.ci.robot@gmail.com"
|
git config user.email "k8s-publishing-bot@users.noreply.github.com"
|
||||||
git config user.name "Kubernetes Prow Robot"
|
git config user.name "Kubernetes Publisher"
|
||||||
- name: Release Prepare
|
- name: Release Prepare
|
||||||
run: |
|
run: |
|
||||||
git tag -a v${{ github.event.inputs.releaseVersion }} -m "version ${{ github.event.inputs.releaseVersion }}"
|
git tag -a v${{ github.event.inputs.releaseVersion }} -m "version ${{ github.event.inputs.releaseVersion }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user