File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,14 @@ jobs:
20
20
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
21
21
restore-keys : |
22
22
${{ runner.os }}-node-
23
+ - run : git config --global url."https://github.com/".insteadOf ssh://git@github.com/
23
24
- name : Install dependencies
24
25
run : npm ci
25
26
- name : Configure git
26
27
run : |
27
-
28
- git config --global user.name "daniel-montalvo "
29
- git config --global user.email "users.noreply@github.com "
28
+ git config --global url."https://${{ secrets.WAI_GIT_NAME }}:${{ secrets.WAI_GIT_ACCESS_TOKEN }}@github.com".insteadOf "https://github.com"
29
+ git config --global user.name "${{ secrets.WAI_GIT_NAME }} "
30
+ git config --global user.email "${{ secrets.WAI_GIT_EMAIL }} "
30
31
- name : Build and deploy WAI update
31
32
run : npm run pr:preview
32
33
- name : Comment on PR with preview link
You can’t perform that action at this time.
0 commit comments