From e03813e22c06f201dcac274b368930dd1c006dbe Mon Sep 17 00:00:00 2001 From: Peter Evans <18365890+peter-evans@users.noreply.github.com> Date: Fri, 9 Dec 2022 14:30:32 +0900 Subject: [PATCH] Update workflows --- .github/workflows/automerge-dependabot.yml | 2 +- .github/workflows/ci.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/automerge-dependabot.yml b/.github/workflows/automerge-dependabot.yml index 9ace0a3..cbaeef9 100644 --- a/.github/workflows/automerge-dependabot.yml +++ b/.github/workflows/automerge-dependabot.yml @@ -8,6 +8,6 @@ jobs: steps: - uses: peter-evans/enable-pull-request-automerge@v2 with: - token: ${{ secrets.DEPENDABOT_AUTOMERGE }} + token: ${{ secrets.ACTIONS_BOT_TOKEN }} pull-request-number: ${{ github.event.pull_request.number }} merge-method: squash diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0d1d29..0e7ca65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v4 with: + token: ${{ secrets.ACTIONS_BOT_TOKEN }} commit-message: Update distribution title: Update distribution body: |