From 84814be9be81a5bb0b4959adc3593b5020350d8c Mon Sep 17 00:00:00 2001 From: Vadim Chugunov Date: Sun, 12 Jan 2025 17:23:16 -0800 Subject: [PATCH] WIP --- .github/workflows/analyze_issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analyze_issue.yml b/.github/workflows/analyze_issue.yml index 78c2a888..87b7e08e 100644 --- a/.github/workflows/analyze_issue.yml +++ b/.github/workflows/analyze_issue.yml @@ -19,7 +19,7 @@ jobs: uses: vadimcn/codelldbot@master with: issue_number: "${{ github.event_name == 'workflow_dispatch' && github.event.inputs.issue_number || github.event.issue.number }}" - token: ${{ github.token }} + #token: ${{ github.token }} env: SEARCH_REPOSITORY: ${{ vars.SEARCH_REPOSITORY }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}