mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-06-11 09:59:20 -04:00
fix(ci): specifying network_id from secrets
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -7,6 +7,7 @@ on:
|
||||
branches: [main]
|
||||
env:
|
||||
PAPERSPACE_API_KEY: ${{secrets.PAPERSPACE_API_KEY}}
|
||||
PAPERSPACE_NETWORK_ID: ${{secrets.PAPERSPACE_NETWORK_ID}}
|
||||
defaults:
|
||||
run:
|
||||
shell: bash --noprofile --norc -eo pipefail {0}
|
||||
|
||||
Reference in New Issue
Block a user