File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ jobs:
157157 - name : JS Checks & Production Build
158158 uses : glowingblue/action-build@di/custom-actor
159159 with :
160+ github_token : ${{ secrets.git_actor_token || secrets.GITHUB_TOKEN }}
160161 build_script : ${{ inputs.build_script }}
161162 build_typings_script : ${{ inputs.build_typings_script }}
162163 format_script : ${{ inputs.enable_prettier == true && inputs.format_script || '' }}
@@ -168,8 +169,6 @@ jobs:
168169 do_not_commit : ${{ github.ref != format('refs/heads/{0}', inputs.main_git_branch) || github.event_name != 'push' }}
169170 git_actor_name : ${{ inputs.git_actor_name || '' }}
170171 git_actor_email : ${{ inputs.git_actor_email || '' }}
171- env :
172- GIT_PUSH_TOKEN : ${{ secrets.git_actor_token || secrets.GITHUB_TOKEN }}
173172
174173 - name : Check bundle size change
175174 if : ${{ inputs.enable_bundlewatch }}
You can’t perform that action at this time.
0 commit comments