Skip to content

Commit 9df2cf7

Browse files
authored
Merge pull request #48 from api3dao/add-git-credentials
Add git credentials
2 parents 51f618e + 8b531c7 commit 9df2cf7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/continuous-build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,10 @@ 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 }}'
73+
- name: Configure Git credentials
74+
run: |
75+
git config --global user.name '${{ secrets.GH_USER_NAME }}'
76+
git config --global user.email '${{ secrets.GH_USER_EMAIL }}'
7877
7978
- name: Install Dependencies
8079
run: pnpm install

0 commit comments

Comments
 (0)