Skip to content

Commit

Permalink
moved token to be the app token
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Oct 30, 2023
1 parent ea9b1ff commit 76aec70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/review-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: "Evaluates PR reviews and assigns reviewers"
uses: paritytech/review-bot@bullrich/request-reviewers
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ steps.team_token.outputs.token }}
team-token: ${{ steps.team_token.outputs.token }}
checks-token: ${{ steps.team_token.outputs.token }}
pr-number: ${{ steps.number.outputs.content }}
Expand Down

0 comments on commit 76aec70

Please sign in to comment.