mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
misc(ci): missing id-token for AWS auth
This commit is contained in:
parent
e083a92295
commit
87039cf211
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -1,8 +1,5 @@
|
||||
name: Build and push docker image to internal registry
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
1
.github/workflows/ci_build.yaml
vendored
1
.github/workflows/ci_build.yaml
vendored
@ -42,6 +42,7 @@ jobs:
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
id-token: write
|
||||
with:
|
||||
hardware: ${{ matrix.hardware }}
|
||||
# https://github.com/actions/runner/issues/2206
|
||||
|
Loading…
Reference in New Issue
Block a user