We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f2bde commit f5ccd0cCopy full SHA for f5ccd0c
1 file changed
.github/workflows/buildscript-maintenance.yml
@@ -31,9 +31,14 @@ jobs:
31
- name: Create Pull Request
32
id: create-pull-request
33
uses: peter-evans/create-pull-request@v4
34
+ env:
35
+ GITHUB_TOKEN: ${{ secrets.BUILDSCRIPT_MAINTENANCE_TOKEN }}
36
with:
37
+ token: ${{ secrets.BUILDSCRIPT_MAINTENANCE_TOKEN }}
38
+ committer: GitHub <noreply@github.com>
39
+ author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com
40
add-paths: build.gradle
41
commit-message: '[ci skip] update build script version to ${{ steps.update-buildscript.outputs.new_version }}'
- branch: buildscript-maintenance
42
+ branch: gha-buildscript-maintenance
43
title: Update build script version to ${{ steps.update-buildscript.outputs.new_version }}
44
body: This pull request is created by the buildscript-maintenance workflow
0 commit comments