From 77e9324215255146c463b47312b1516b2fbfb4c8 Mon Sep 17 00:00:00 2001 From: Davide Iadeluca Date: Thu, 9 Jan 2025 10:10:01 +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 f7098cff2e..395772609f 100644 --- a/.github/workflows/REUSABLE_frontend.yml +++ b/.github/workflows/REUSABLE_frontend.yml @@ -162,7 +162,6 @@ jobs: - name: JS Checks & Production Build uses: flarum/action-build@v4 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 || '' }}