Skip to content

Commit 6aa8acf

Browse files
committed
chore: Use bids-maintenance user
1 parent ea98a4a commit 6aa8acf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deno-lock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
run: echo UPDATE_TYPE=latest >> $GITHUB_ENV
3636
- name: Set git identity
3737
run: |
38-
git config --global user.name "bids[bot]"
39-
git config --global user.email "bot@bids.neuroimaging.io"
38+
git config --global user.name "bids-maintenance"
39+
git config --global user.email "bids.[email protected]"
4040
- name: Install the latest version of uv
4141
uses: astral-sh/setup-uv@v7
4242
- name: List updates

0 commit comments

Comments
 (0)