From 5de6e9f3892afa004e5f3baee843c52874695b40 Mon Sep 17 00:00:00 2001 From: Davide Iadeluca Date: Thu, 9 Jan 2025 09:28:36 +0100 Subject: [PATCH] chore: remove unused input --- .github/workflows/REUSABLE_frontend.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/REUSABLE_frontend.yml b/.github/workflows/REUSABLE_frontend.yml index 0ebc50f76f..ed572aa59a 100644 --- a/.github/workflows/REUSABLE_frontend.yml +++ b/.github/workflows/REUSABLE_frontend.yml @@ -162,7 +162,6 @@ jobs: - name: JS Checks & Production Build uses: glowingblue/action-build@di/custom-actor with: - github_token: ${{ secrets.GITHUB_TOKEN }} build_script: ${{ inputs.build_script }} build_typings_script: ${{ inputs.build_typings_script }} format_script: ${{ inputs.enable_prettier == true && inputs.format_script || '' }}