Skip to content

Commit fb33051

Browse files
chore
1 parent 9475aca commit fb33051

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/REUSABLE_frontend.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)