From 7ce285deda01be7131f59880fc161adbfc3d6f6e Mon Sep 17 00:00:00 2001 From: Morgan Funtowicz Date: Wed, 8 Jan 2025 14:39:48 +0100 Subject: [PATCH] misc(ci): try the permission above again? --- .github/workflows/build_trtllm.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: