Skip to content

Commit 318be95

Browse files
author
Rajat
committed
Using own git user instead
1 parent 62f1e7f commit 318be95

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/release-from-pr-comment.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,13 @@ jobs:
6767
- name: Setup pnpm
6868
uses: pnpm/action-setup@v4
6969

70-
- name: Configure git
70+
- name: Configure CI Git User
7171
run: |
72-
git config user.name "github-actions[bot]"
73-
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
72+
git config --global user.name 'CodeLit'
73+
git config --global user.email 'hi@codelit.dev'
74+
git remote set-url origin https://x-access-token:${{ secrets.PAT }}@github.com/${{ github.repository }}
75+
env:
76+
GITHUB_PAT: ${{ secrets.PAT }}
7477

7578
- name: Run release script
7679
env:

0 commit comments

Comments
 (0)