From 7686be7ecbe1cc049423715b5e2d897cb63a43c1 Mon Sep 17 00:00:00 2001 From: godofredoc Date: Thu, 6 Jan 2022 10:50:45 -0800 Subject: [PATCH] Change the token used for mirroring. (#4646) This is required to be able to close the repo during the default branch migration. Bug: https://github.com/flutter/flutter/issues/90476 --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 47af473696c4..c9780f7bec20 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -20,6 +20,6 @@ jobs: id: mirror uses: google/mirror-branch-action@c6b07e441a7ffc5ae15860c1d0a8107a3a151db8 with: - github-token: ${{ secrets.FLUTTERGITHUBBOT_TOKEN }} + github-token: ${{ secrets.FLUTTERMIRRORINGBOT_TOKEN }} source: 'master' dest: 'main'