mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
misc(ci): try the permission above again?
This commit is contained in:
parent
5a73fe5c2e
commit
7da7b38c05
6
.github/workflows/build_trtllm.yaml
vendored
6
.github/workflows/build_trtllm.yaml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user