File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,16 @@ jobs:
23
23
version_name : REVIEWDOG_VERSION
24
24
repo : reviewdog/reviewdog
25
25
26
+ - uses : actions/create-github-app-token@v1
27
+ id : app-token
28
+ with :
29
+ app-id : ${{ vars.VIM_JP_BOT_APP_ID }}
30
+ private-key : ${{ secrets.VIM_JP_BOT_PRIVATE_KEY }}
31
+
26
32
- name : Create Pull Request
27
33
uses : peter-evans/create-pull-request@v6
28
34
with :
29
- token : ${{ secrets.GITHUB_TOKEN }}
35
+ token : ${{ steps.app-token.outputs.token }}
30
36
author : ' github-actions <41898282+github-actions[bot]@users.noreply.github.com>'
31
37
title : " chore(deps): update ${{ steps.depup.outputs.repo }} to ${{ steps.depup.outputs.latest }}"
32
38
commit-message : " chore(deps): update ${{ steps.depup.outputs.repo }} to ${{ steps.depup.outputs.latest }}"
You can’t perform that action at this time.
0 commit comments