Skip to content

Commit

Permalink
Merge pull request #813 from vim-jp/use-vim-jp-bot-app-when-running-d…
Browse files Browse the repository at this point in the history
…epup

Use vim-jp bot app when running depup
  • Loading branch information
koron committed Aug 6, 2024
2 parents 0e8eadc + e53199b commit b21bc0c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/depup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,16 @@ jobs:
version_name: REVIEWDOG_VERSION
repo: reviewdog/reviewdog

- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.VIM_JP_BOT_APP_ID }}
private-key: ${{ secrets.VIM_JP_BOT_PRIVATE_KEY }}

- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ steps.app-token.outputs.token }}
author: 'github-actions <41898282+github-actions[bot]@users.noreply.github.com>'
title: "chore(deps): update ${{ steps.depup.outputs.repo }} to ${{ steps.depup.outputs.latest }}"
commit-message: "chore(deps): update ${{ steps.depup.outputs.repo }} to ${{ steps.depup.outputs.latest }}"
Expand Down

0 comments on commit b21bc0c

Please sign in to comment.