Skip to content

Commit 191c07b

Browse files
authored
ci(github): fix intermediary workflow git user (#15855)
1 parent c3ea1d9 commit 191c07b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-connect-intermediary.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
# Number of commits to fetch. 0 indicates all history for all branches and tags.
2323
fetch-depth: 0
2424

25+
- name: Setup Git config
26+
run: |
27+
git config --global user.name "trezor-ci"
28+
git config --global user.email "${{ secrets.TREZOR_BOT_EMAIL }}"
29+
2530
- name: Get current branch name
2631
id: get-current-branch
2732
run: |

0 commit comments

Comments
 (0)