Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Change the token used for mirroring. (#4646)
Browse files Browse the repository at this point in the history
This is required to be able to close the repo during the default branch
migration.

Bug: flutter/flutter#90476
  • Loading branch information
godofredoc authored Jan 6, 2022
1 parent 72634e0 commit 7686be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 7686be7

Please sign in to comment.