Skip to content

Commit cd6dc41

Browse files
chore: old syntax
1 parent fb33051 commit cd6dc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/REUSABLE_frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +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 }}
160+
github_token: ${{ secrets.git_actor_token != '' && secrets.git_actor_token || secrets.GITHUB_TOKEN }}
161161
build_script: ${{ inputs.build_script }}
162162
build_typings_script: ${{ inputs.build_typings_script }}
163163
format_script: ${{ inputs.enable_prettier == true && inputs.format_script || '' }}

0 commit comments

Comments
 (0)