diff --git a/.github/workflows/review-bot.yml b/.github/workflows/review-bot.yml index be9eefb..84de497 100644 --- a/.github/workflows/review-bot.yml +++ b/.github/workflows/review-bot.yml @@ -28,7 +28,7 @@ jobs: # !This must always point to main. # Change it for the PRs but remember to change it back - name: "Evaluates PR reviews and assigns reviewers" - uses: paritytech/review-bot@test-branch + uses: paritytech-stg/review-bot@test-branch with: repo-token: ${{ secrets.GITHUB_TOKEN }} team-token: ${{ steps.team_token.outputs.token }}