Skip to content

Commit 0452922

Browse files
Merge 4bf2833 into main
2 parents 34e2cae + 4bf2833 commit 0452922

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
token: ${{ secrets.MERGE_ACTION }}
2424
- name: Config github user
2525
run: |
26-
git config --global user.email ${{ secrets.CARBON_BOT_EMAIL }}
27-
git config --global user.name ${{ secrets.CARBON_BOT_NAME }}
26+
git config --global user.email "digdes@us.ibm.com"
27+
git config --global user.name "ibmdotcom-bot"
2828
- name: Install dependencies
2929
run: yarn install
3030
- name: Build project

0 commit comments

Comments
 (0)