Skip to content

Commit 0789b0d

Browse files
committed
fix: configure github user
1 parent 02d7a2d commit 0789b0d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/k8s_edit.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ jobs:
3232
ref: refs/heads/dev
3333

3434
- name: GitHub Configuration
35-
run: git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
35+
run: |
36+
git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
37+
git config --global user.email "[email protected]"
38+
git config --global user.name "GitHub Actions"
3639
3740
- name: Clone cicd-deployment-scripts
3841
run: git clone https://github.com/code-kern-ai/cicd-deployment-scripts.git

0 commit comments

Comments
 (0)