From 8a89042289608363dd513cbe92f379b4023293ef Mon Sep 17 00:00:00 2001 From: Lena <241371603+zelenenka@users.noreply.github.com> Date: Tue, 27 Jan 2026 16:41:13 +0100 Subject: [PATCH] Fix getting token in a GitHub bot (#47777) Release Notes: - N/A --- .github/workflows/identify_potential_duplicate_issues.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/identify_potential_duplicate_issues.yml b/.github/workflows/identify_potential_duplicate_issues.yml index b4dfb5fcb521c86d92054d6260459edd0ae840d3..325a05690df2ae06b9452b9120fa43ce411f6a97 100644 --- a/.github/workflows/identify_potential_duplicate_issues.yml +++ b/.github/workflows/identify_potential_duplicate_issues.yml @@ -118,6 +118,7 @@ jobs: uses: anthropics/claude-code-action@v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY_ISSUE_DEDUP }} + github_token: ${{ steps.get-app-token.outputs.token }} prompt: | You are analyzing issue #${{ steps.check-type.outputs.issue_number }} in the zed-industries/zed repository to determine if it might be a duplicate of an existing issue.