Skip to content

Commit 6a9ccb1

Browse files
committed
fix git user for release wf
1 parent 8dab0ff commit 6a9ccb1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ jobs:
105105
"${{ inputs.k8s_versions }}" \
106106
"${{ inputs.release_date }}"
107107
env:
108-
GITHUB_USERNAME: ${{ github.actor }}
109-
GITHUB_EMAIL: ${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com
108+
GITHUB_USERNAME: nginx-bot
109+
GITHUB_EMAIL: integrations@nginx.com
110110
GITHUB_TOKEN: ${{ steps.secrets.outputs.NGINX_PAT }}
111111
DRY_RUN: ${{ inputs.dry_run && 'true' || 'false' }}
112112
DEBUG: ${{ inputs.debug && 'true' || 'false' }}
@@ -118,6 +118,7 @@ jobs:
118118
commit-message: Release ${{ github.event.inputs.new_version }}
119119
title: Release ${{ github.event.inputs.new_version }}
120120
branch: docs/release-${{ github.event.inputs.new_version }}
121+
author: nginx-bot <[email protected]>
121122
body: |
122123
This automated PR updates the docs for ${{ github.event.inputs.new_version }} release.
123124
if: ${{ ! inputs.dry_run }}

0 commit comments

Comments
 (0)