Skip to content

Commit 0e4ad6d

Browse files
committed
chore: use stream ci bot email id in workflow
1 parent 8460090 commit 0e4ad6d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/next-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
registry-url: 'https://registry.npmjs.org'
2626
- name: Prepare git
2727
run: |
28-
git config --global user.name 'github-actions'
29-
git config --global user.email 'release@getstream.io'
28+
git config --global user.name 'stream-ci-bot'
29+
git config --global user.email 'stream-bot@getstream.io'
3030
- name: Install && Build - SDK and Sample App
3131
uses: ./.github/actions/install-and-build-sdk
3232
- name: Lint

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
registry-url: 'https://registry.npmjs.org'
2727
- name: Prepare git
2828
run: |
29-
git config --global user.name 'github-actions'
30-
git config --global user.email 'release@getstream.io'
29+
git config --global user.name 'stream-ci-bot'
30+
git config --global user.email 'stream-bot@getstream.io'
3131
- name: Install && Build - SDK and Sample App
3232
uses: ./.github/actions/install-and-build-sdk
3333
- name: Lint

0 commit comments

Comments
 (0)