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: |