Update the token used by mirroring workflows. (flutter/engine#30000)

This commit is contained in:
godofredoc 2021-11-30 10:59:01 -08:00 committed by GitHub
parent b841b405e2
commit 3ddef3e9ad

View File

@ -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'