mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
add comments for env variables
This commit is contained in:
parent
7b83f1835f
commit
b44725b75e
1 changed files with 2 additions and 2 deletions
|
|
@ -27,8 +27,8 @@ jobs:
|
|||
uv run --frozen --with 'aiohttp==3.13.3' python ".github/workflows/auto_update_price_and_context_window_file.py"
|
||||
- name: Create Pull Request
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for git push url
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for gh pr create
|
||||
run: |
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue