We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb33051 commit cd6dc41Copy full SHA for cd6dc41
.github/workflows/REUSABLE_frontend.yml
@@ -157,7 +157,7 @@ jobs:
157
- name: JS Checks & Production Build
158
uses: glowingblue/action-build@di/custom-actor
159
with:
160
- github_token: ${{ secrets.git_actor_token || secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.git_actor_token != '' && secrets.git_actor_token || secrets.GITHUB_TOKEN }}
161
build_script: ${{ inputs.build_script }}
162
build_typings_script: ${{ inputs.build_typings_script }}
163
format_script: ${{ inputs.enable_prettier == true && inputs.format_script || '' }}
0 commit comments