Skip to content

Commit

Permalink
ci: use Android Bob GH token for cherrypicks (#3070)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorhugods authored Jun 4, 2024
1 parent 0cb4489 commit 9d2d278
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: github.event.pull_request.merged == true

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ANDROID_BOB_GH_TOKEN }}

steps:
- name: Checkout
Expand Down

0 comments on commit 9d2d278

Please sign in to comment.