Skip to content

Commit

Permalink
ci: readme job to use yoshi-code-bot token (#8227)
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo authored Aug 26, 2022
1 parent a9d1298 commit 77b0cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: python3 generate-readme.py
- uses: googleapis/code-suggester@v4
env:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ACCESS_TOKEN: ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
with:
command: pr
upstream_owner: googleapis
Expand Down

0 comments on commit 77b0cc8

Please sign in to comment.