[triage] update the triage workflow to use the dartbot github token
Change-Id: Ib7de276fa13b961e2817fa28db3d3b647062c2aa Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/371420 Reviewed-by: Moritz Sümmermann <mosum@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
This commit is contained in:
committed by
Commit Queue
parent
80ba2a9524
commit
3d3016ecfa
@@ -33,6 +33,6 @@ jobs:
|
||||
working-directory: pkgs/sdk_triage_bot
|
||||
env:
|
||||
ISSUE_URL: ${{ github.event.issue.html_url }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.DARTBOT_GITHUB_TOKEN }}
|
||||
GOOGLE_API_KEY: ${{ secrets.GEMINI_API_KEY }}
|
||||
run: dart bin/triage.dart $ISSUE_URL
|
||||
|
||||
Reference in New Issue
Block a user