Merge pull request #23917 from BerriAI/litellm_/loving-noyce

[Fix] Add contents:write permission to ghcr_deploy release job
This commit is contained in:
yuneng-jiang 2026-03-17 17:27:36 -07:00 committed by GitHub
commit 195c0ee54d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -369,7 +369,8 @@ jobs:
release:
name: "New LiteLLM Release"
needs: [docker-hub-deploy, build-and-push-image, build-and-push-image-database]
permissions:
contents: write
runs-on: "ubuntu-latest"
steps: