Update the token used for mirroring. (#533)

This commit is contained in:
godofredoc
2021-12-13 11:59:10 -08:00
committed by GitHub
parent cb923c37d5
commit b1c79e137c

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: 'master'
dest: 'main'