Fix getting token in a GitHub bot (#47777)

Lena created

Release Notes:

- N/A

Change summary

.github/workflows/identify_potential_duplicate_issues.yml | 1 +
1 file changed, 1 insertion(+)

Detailed changes

.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.