diff --git a/.github/workflows/review-bot.yml b/.github/workflows/review-bot.yml index 279bbae..72639e4 100644 --- a/.github/workflows/review-bot.yml +++ b/.github/workflows/review-bot.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: # TODO: Set this to main - - uses: paritytech/review-bot@self-implementation + - uses: paritytech/review-bot@main with: repo-token: ${{ secrets.GITHUB_TOKEN }} team-token: ${{ secrets.TEST_TEAM_TOKEN }}