Skip to content

Commit

Permalink
allow id-token
Browse files Browse the repository at this point in the history
  • Loading branch information
glegendre01 authored Dec 11, 2024
1 parent 1c3f82c commit 600faa6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_trtllm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ on:
branches:
- "main"


permissions:
id-token: write # Required to authenticate via OIDC.

jobs:
call-setup-aws-s3-cache:
uses: ./.github/workflows/s3-cache.yaml # TODO: Change @s3-cache to @main when merged
Expand Down

0 comments on commit 600faa6

Please sign in to comment.