mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
misc(ci): rights?
This commit is contained in:
parent
d47ce65934
commit
5e8fdd37f7
12
.github/workflows/build_trtllm.yaml
vendored
12
.github/workflows/build_trtllm.yaml
vendored
@ -6,6 +6,18 @@ on:
|
||||
type: string
|
||||
description: "Which instance type to use to run the workflow"
|
||||
required: true
|
||||
secrets:
|
||||
# AWS_ACCESS_KEY_ID:
|
||||
# description: "AWS S3 access key id to connect to the S3 bucket containing sccache content"
|
||||
# required: true
|
||||
#
|
||||
# AWS_SECRET_ACCESS_KEY:
|
||||
# description: "AWS S3 secret access key to connect to the S3 bucket containing sccache content"
|
||||
# required: true
|
||||
|
||||
AWS_ROLE_GITHUB_TGI_SCCACHE:
|
||||
description: "AWS S3 Role to assume when connecting to the S3 bucket containing sccache content"
|
||||
required: true
|
||||
|
||||
outputs:
|
||||
docker_image:
|
||||
|
Loading…
Reference in New Issue
Block a user