diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 6193b0f..1e5fb57 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -33,7 +33,7 @@ jobs: - name: "Merge pull request" uses: "actions/github-script@v8" with: - github-token: "${{ secrets.GITHUB_TOKEN }}" + github-token: "${{ secrets.IMPRESSBOT_TOKEN }}" script: | const pullRequest = context.payload.workflow_run.pull_requests[0] const repository = context.repo