use ROBOT_CLICKHOUSE_COMMIT_TOKEN for create-pull-request

This commit is contained in:
Yakov Olkhovskiy 2022-08-10 09:55:15 -04:00 committed by GitHub
parent 7682f739da
commit 3e0a8eb097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,8 @@ jobs:
git diff HEAD
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
env:
GITHUB_TOKEN: ${{ secrets.ROBOT_CLICKHOUSE_COMMIT_TOKEN }}
with:
author: "robot-clickhouse <robot-clickhouse@users.noreply.github.com>"
committer: "robot-clickhouse <robot-clickhouse@users.noreply.github.com>"