Skip to content

Commit 2e62f98

Browse files
author
Rajat
committed
Using own PAT instead of github action
1 parent 7507e96 commit 2e62f98

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,11 @@ jobs:
6969

7070
- name: Configure git
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)