diff --git a/.github/workflows/depup.yml b/.github/workflows/depup.yml index ab9c0f181..c2f11a8b2 100644 --- a/.github/workflows/depup.yml +++ b/.github/workflows/depup.yml @@ -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 }}"