diff --git a/.github/workflows/renovate-delegate.yaml b/.github/workflows/renovate-delegate.yaml index b3547e7..5da8a26 100644 --- a/.github/workflows/renovate-delegate.yaml +++ b/.github/workflows/renovate-delegate.yaml @@ -14,6 +14,6 @@ jobs: - name: Merge Comment uses: thollander/actions-comment-pull-request@v1 with: - message: bors merge + message: bors r+ GITHUB_TOKEN: ${{ secrets.GH_SA_TOKEN }} pr_number: ${{ github.event.issue.number }} \ No newline at end of file diff --git a/renovate.json b/renovate.json index 7123caa..4341800 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>voiceflow/renovate-config:integrations"], - "automergeComment": "serice-account merge" + "automergeComment": "service-account merge" }