File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
- ' *'
8
8
9
9
env :
10
- GITHUB_TOKEN : ${{ secrets.ACCESS_TOKEN }}
10
+ GITHUB_TOKEN : ${{ secrets.GITSPLIT_TOKEN }}
11
11
12
12
jobs :
13
13
packages_split :
@@ -116,8 +116,8 @@ jobs:
116
116
# repository_host: git.private.com:1234
117
117
118
118
# ↓ the user signed under the split commit
119
- user_name : " Florent Morselli "
120
- user_email : " florent.morselli@spomky-labs.com "
119
+ user_name : ${{ secrets.GIT_AUTHOR_NAME }}
120
+ user_email : ${{ secrets.GIT_AUTHOR_EMAIL }}
121
121
122
122
# with tag
123
123
-
@@ -137,5 +137,5 @@ jobs:
137
137
# repository_host: git.private.com:1234
138
138
139
139
# ↓ the user signed under the split commit
140
- user_name : " Florent Morselli "
141
- user_email : " florent.morselli@spomky-labs.com "
140
+ user_name : ${{ secrets.GIT_AUTHOR_NAME }}
141
+ user_email : ${{ secrets.GIT_AUTHOR_EMAIL }}
You can’t perform that action at this time.
0 commit comments