Skip to content

Commit 30c106e

Browse files
authored
chore(repo): use stream bot in golden workflow (#2251)
Co-authored-by: xsahil03x <[email protected]>
1 parent 4ea131e commit 30c106e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/update_goldens.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
steps:
99
- name: 📚 Checkout branch
1010
uses: actions/checkout@v4
11+
with:
12+
ssh-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}
1113

1214
- name: 🐦 Install Flutter
1315
uses: subosito/flutter-action@v2
@@ -28,9 +30,9 @@ jobs:
2830
run: melos run update:goldens
2931

3032
- name: 📤 Commit Changes
31-
id: commit_changes
3233
uses: stefanzweifel/git-auto-commit-action@v5
3334
with:
3435
commit_message: "chore: Update Goldens"
35-
commit_user_name: github-actions[bot]
36-
commit_user_email: 41898282+github-actions[bot]@users.noreply.github.com
36+
file_pattern: "**/test/**/goldens/*.png"
37+
commit_user_name: "Stream SDK Bot"
38+
commit_user_email: "[email protected]"

0 commit comments

Comments
 (0)