Skip to content

Commit 0099834

Browse files
committed
refactor: move username to secrets
1 parent 8ccaca0 commit 0099834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/simorgh-unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
run: |
3838
rm -rf node_modules
3939
git config --global url.https://${{ secrets.WS_UTF_AUTH }}@github.com/.insteadOf https://github.com/
40-
git config --global user.name "${{ github.actor }}"
41-
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
40+
git config --global user.name "${{ secrets.WS_UTF_USERNAME }}"
41+
git config --global user.email "${{ secrets.WS_UTF_EMAIL }}"
4242
./scripts/installNodeModules.sh
4343
4444
- name: Build Simorgh - Express App

0 commit comments

Comments
 (0)