From 85223b46ef71950f9cb4e196be6f7814d8a8aea9 Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Mon, 29 Nov 2021 20:42:37 -0800 Subject: [PATCH] Update the token used by mirroring workflows. This is to protect master branch properly not allowing the autosubmit bot to land PRs in master. --- .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 dc2baf82fc88c..f8a5e788970b4 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: 'main' dest: 'master'