From 9d2d278ab1b3282c70c9e5d6640667ab0cfadb39 Mon Sep 17 00:00:00 2001 From: Vitor Hugo Schwaab Date: Tue, 4 Jun 2024 10:05:21 +0200 Subject: [PATCH] ci: use Android Bob GH token for cherrypicks (#3070) --- .github/workflows/cherry-pick-pr-to-newer-release-cycle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cherry-pick-pr-to-newer-release-cycle.yml b/.github/workflows/cherry-pick-pr-to-newer-release-cycle.yml index 1d2759409b..af6a3494f4 100644 --- a/.github/workflows/cherry-pick-pr-to-newer-release-cycle.yml +++ b/.github/workflows/cherry-pick-pr-to-newer-release-cycle.yml @@ -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