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 a0e8c87 commit 5126275
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,14 +15,14 @@ on:
description: "Label generated for this build"
value: ${{ jobs.build-and-push.outputs.label }}

jobs:
build-and-push:
permissions:
contents: read # Required to check out repository.
id-token: write # Required to authenticate via OIDC.

jobs:
build-and-push:
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.job }}-build-and-push-${{ github.head_ref || github.run_id }}
outputs:
docker_image: ${{ steps.final.outputs.docker_image }}
label: ${ steps.final.outputs.label }}
Expand Down

0 comments on commit 5126275

Please sign in to comment.