Skip to content

Commit f5ccd0c

Browse files
committed
fix buildscript updater job
1 parent c1f2bde commit f5ccd0c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/buildscript-maintenance.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,14 @@ jobs:
3131
- name: Create Pull Request
3232
id: create-pull-request
3333
uses: peter-evans/create-pull-request@v4
34+
env:
35+
GITHUB_TOKEN: ${{ secrets.BUILDSCRIPT_MAINTENANCE_TOKEN }}
3436
with:
37+
token: ${{ secrets.BUILDSCRIPT_MAINTENANCE_TOKEN }}
38+
committer: GitHub <[email protected]>
39+
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com
3540
add-paths: build.gradle
3641
commit-message: '[ci skip] update build script version to ${{ steps.update-buildscript.outputs.new_version }}'
37-
branch: buildscript-maintenance
42+
branch: gha-buildscript-maintenance
3843
title: Update build script version to ${{ steps.update-buildscript.outputs.new_version }}
3944
body: This pull request is created by the buildscript-maintenance workflow

0 commit comments

Comments
 (0)