Skip to content

Commit 0939cba

Browse files
committed
Temporarily disable GH name and email configuration
1 parent d3a77cd commit 0939cba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/continuous-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ jobs:
7070
node-version: '20.17.0'
7171
cache: 'pnpm'
7272

73+
# TODO: Are these necessary?
74+
# - name: Configure Git credentials
75+
# run: |
76+
# git config --global user.name '${{ secrets.GH_USER_NAME }}'
77+
# git config --global user.email '${{ secrets.GH_USER_EMAIL }}'
78+
7379
- name: Install Dependencies
7480
run: pnpm install --frozen-lockfile
7581

0 commit comments

Comments
 (0)