Skip to content

Commit 8835523

Browse files
committed
Setup git config name and email
1 parent 8462118 commit 8835523

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build-publish.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ jobs:
5959
steps:
6060
- name: Checkout code
6161
uses: actions/checkout@v4
62+
with:
63+
token: ${{ secrets.RIBBY_GITHUB_TOKEN }}
64+
65+
- name: Set git user
66+
run: |
67+
git config user.name "Ribby"
68+
git config user.email "bot@lftechnology.com"
6269
6370
- name: Setup ruby
6471
uses: ruby/setup-ruby@v1
@@ -69,7 +76,6 @@ jobs:
6976
run: |
7077
gem install github_changelog_generator
7178
72-
7379
- name: Setup node
7480
uses: actions/setup-node@v3
7581
with:

0 commit comments

Comments
 (0)