mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
Merge pull request #22405 from Chesars/fix/scan-duplicate-issues-env
fix(ci): remove duplicate env key in scan_duplicate_issues workflow
This commit is contained in:
commit
c3bb1cb10c
1 changed files with 0 additions and 2 deletions
2
.github/workflows/scan_duplicate_issues.yml
vendored
2
.github/workflows/scan_duplicate_issues.yml
vendored
|
|
@ -31,8 +31,6 @@ jobs:
|
|||
python-version: "3.11"
|
||||
|
||||
- name: Scan for duplicate issues
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
INPUT_THRESHOLD: ${{ inputs.threshold }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue