mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
misc(ci): try the permission scoped again?
This commit is contained in:
parent
e80ce224db
commit
b3fae2fb48
8
.github/workflows/build_trtllm.yaml
vendored
8
.github/workflows/build_trtllm.yaml
vendored
@ -15,12 +15,12 @@ on:
|
|||||||
description: "Label generated for this build"
|
description: "Label generated for this build"
|
||||||
value: ${{ jobs.build-and-push.outputs.label }}
|
value: ${{ jobs.build-and-push.outputs.label }}
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read # Required to check out repository.
|
|
||||||
id-token: write # Required to authenticate via OIDC.
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
permissions:
|
||||||
|
contents: read # Required to check out repository.
|
||||||
|
id-token: write # Required to authenticate via OIDC.
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.job }}-build-and-push-${{ github.head_ref || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.job }}-build-and-push-${{ github.head_ref || github.run_id }}
|
||||||
outputs:
|
outputs:
|
||||||
|
Loading…
Reference in New Issue
Block a user