Skip to content

allow id-token

allow id-token #6

Workflow file for this run

name: Build TensorRT-LLM
on:
push:
branches:
- 'main'
- 's3-cache'
tags:
- 'v*'
pull_request:
paths:
- "backends/**"
- "server/**"
- "proto/**"
- "router/**"
- "launcher/**"
- "Cargo.lock"
- "rust-toolchain.toml"
branches:
- "main"
permissions:
id-token: write # Required to authenticate via OIDC.
jobs:
call-setup-aws-s3-cache:

Check failure on line 27 in .github/workflows/build_trtllm.yaml

View workflow run for this annotation

GitHub Actions / Build TensorRT-LLM

Invalid workflow file

The workflow is not valid. .github/workflows/build_trtllm.yaml (Line: 27, Col: 3): Error calling workflow 'huggingface/text-generation-inference/.github/workflows/s3-cache.yaml@600faa6d5b3d13829836dfc83d344de9daa66446'. The workflow is requesting 'contents: read', but is only allowed 'contents: none'.
uses: ./.github/workflows/s3-cache.yaml # TODO: Change @s3-cache to @main when merged
with:
runner-group: aws-highmemory-32-plus-priv
secrets: inherit
build:
runs-on:
group: aws-highmemory-32-plus-priv
needs: call-setup-aws-s3-cache
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: "Install sccache"
run: cargo install sscache