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

Commit 7686be7

Browse files
authored
Change the token used for mirroring. (#4646)
This is required to be able to close the repo during the default branch migration. Bug: flutter/flutter#90476
1 parent 72634e0 commit 7686be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
id: mirror
2121
uses: google/mirror-branch-action@c6b07e441a7ffc5ae15860c1d0a8107a3a151db8
2222
with:
23-
github-token: ${{ secrets.FLUTTERGITHUBBOT_TOKEN }}
23+
github-token: ${{ secrets.FLUTTERMIRRORINGBOT_TOKEN }}
2424
source: 'master'
2525
dest: 'main'

0 commit comments

Comments
 (0)