Skip to content

Commit

Permalink
misc(ci): try the permission above again?
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Jan 8, 2025
1 parent 5126275 commit 7ce285d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_trtllm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7ce285d

Please sign in to comment.