diff --git a/.github/workflows/build_trtllm.yaml b/.github/workflows/build_trtllm.yaml index 6994214b..3b217e69 100644 --- a/.github/workflows/build_trtllm.yaml +++ b/.github/workflows/build_trtllm.yaml @@ -15,9 +15,9 @@ on: description: "Label generated for this build" value: ${{ jobs.build-and-push.outputs.label }} - permissions: - contents: read # Required to check out repository. - id-token: write # Required to authenticate via OIDC. +permissions: + contents: read # Required to check out repository. + id-token: write # Required to authenticate via OIDC. jobs: build-and-push: