Skip to content

Commit 06fc7aa

Browse files
revenrting github secret on git cmd
1 parent 323dc2a commit 06fc7aa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/onPushToMain.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,15 @@ jobs:
3131
fi
3232
env:
3333
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34-
GH_EMAIL: ${{ secrets.GH_EMAIL }}
35-
GH_USERNAME: ${{ secrets.GH_USERNAME }}
3634
- name: Setup git
3735
if: ${{ steps.version-check.outputs.skipped == 'false' }}
3836
run: |
3937
sudo apt-get update
4038
sudo apt-get install -y git-core
4139
git --version
4240
echo "Path is ... $PATH"
43-
git config --global user.email ${{ secrets.GH_EMAIL }}
44-
git config --global user.name ${{ secrets.GH_USERNAME }}
41+
git config --global user.email "dishantlangayan@gmail.com"
42+
git config --global user.name "dishantlangayan"
4543
- name: Generate oclif README
4644
if: ${{ steps.version-check.outputs.skipped == 'false' }}
4745
id: oclif-readme

0 commit comments

Comments
 (0)