Skip to content

Commit

Permalink
updated docs to use github's token generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Apr 23, 2024
1 parent 02cd4e3 commit ab9a41d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ Because this project is intended to be used with a token, we need to do an extra
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v1
uses: actions/create-github-app-token@v1.9.3
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
- name: "Evaluates PR reviews"
uses: paritytech/review-bot@main
with:
Expand Down

0 comments on commit ab9a41d

Please sign in to comment.