From 2894cbc6c93eadbc3c04ea244298ed850d4449df Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Tue, 7 Jan 2025 16:48:56 +0100 Subject: [PATCH] misc(ci): rights? --- .github/workflows/build_trtllm.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/build_trtllm.yaml b/.github/workflows/build_trtllm.yaml index 1c96ea3e..eb8d52d9 100644 --- a/.github/workflows/build_trtllm.yaml +++ b/.github/workflows/build_trtllm.yaml @@ -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: