Skip to content

Commit 6d2d51a

Browse files
authored
Update gen_vc.yml
1 parent 018a88c commit 6d2d51a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gen_vc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
- name: Regenerate v.c and v_win.c
1616
run: |
1717
git config http.sslVerify false
18-
git config --global user.email "github-actions[bot]@users.noreply.github.com"
19-
git config --global user.name "github-actions[bot]"
18+
git config --global user.email "vlang-bot@users.noreply.github.com"
19+
git config --global user.name "vlang-bot"
2020
2121
COMMIT_HASH=$(git rev-parse --short HEAD)
2222
COMMIT_MSG=$(git log -1 --oneline --pretty='%s' HEAD)
2323
2424
rm -rf vc
25-
git clone https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/vlang/vc.git
25+
git clone https://${GITHUB_ACTOR}:${{ secrets.VLANG_BOT_SECRET }}@github.com/vlang/vc.git
2626
2727
rm -rf vc/v.c vc/v_win.c
2828

0 commit comments

Comments
 (0)