We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ae450 commit 84814beCopy full SHA for 84814be
.github/workflows/analyze_issue.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: vadimcn/codelldbot@master
20
with:
21
issue_number: "${{ github.event_name == 'workflow_dispatch' && github.event.inputs.issue_number || github.event.issue.number }}"
22
- token: ${{ github.token }}
+ #token: ${{ github.token }}
23
env:
24
SEARCH_REPOSITORY: ${{ vars.SEARCH_REPOSITORY }}
25
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
0 commit comments