diff --git a/.github/workflows/reusable-code.yml b/.github/workflows/reusable-code.yml index fc504862e..b851bccbe 100644 --- a/.github/workflows/reusable-code.yml +++ b/.github/workflows/reusable-code.yml @@ -160,6 +160,7 @@ jobs: REPO_FULL_NAME: ${{ inputs.source_repo }} GITHUB_ISSUE_URL: ${{ fromJSON(inputs.event_payload).issue.html_url }} COMMENT_BODY: ${{ fromJSON(inputs.event_payload).comment.body }} + GH_TOKEN: ${{ steps.app-token.outputs.token }} FULLSEND_DIR: ${{ inputs.install_mode == 'per-repo' && '.fullsend' || '' }} run: bash "${FULLSEND_DIR:+$FULLSEND_DIR/}scripts/pre-code.sh" diff --git a/.github/workflows/reusable-fix.yml b/.github/workflows/reusable-fix.yml index 6cee2a0a8..9135b1c34 100644 --- a/.github/workflows/reusable-fix.yml +++ b/.github/workflows/reusable-fix.yml @@ -373,6 +373,7 @@ jobs: TRIGGER_SOURCE: ${{ inputs.trigger_source }} FIX_ITERATION: ${{ steps.context.outputs.iteration }} HUMAN_INSTRUCTION: ${{ steps.context.outputs.instruction }} + FIX_SKIP_TOOL_INSTALL: "true" FULLSEND_DIR: ${{ inputs.install_mode == 'per-repo' && '.fullsend' || '' }} run: bash "${FULLSEND_DIR:+$FULLSEND_DIR/}scripts/pre-fix.sh"